*/ protected array $fixtures = [ 'app.Tools', ]; /** * Test index method * * @return void * @link \App\Controller\ToolsController::index() */ public function testIndex(): void { $this->markTestIncomplete('Not implemented yet.'); } /** * Test view method * * @return void * @link \App\Controller\ToolsController::view() */ public function testView(): void { $this->markTestIncomplete('Not implemented yet.'); } /** * Test add method * * @return void * @link \App\Controller\ToolsController::add() */ public function testAdd(): void { $this->markTestIncomplete('Not implemented yet.'); } /** * Test edit method * * @return void * @link \App\Controller\ToolsController::edit() */ public function testEdit(): void { $this->markTestIncomplete('Not implemented yet.'); } /** * Test delete method * * @return void * @link \App\Controller\ToolsController::delete() */ public function testDelete(): void { $this->markTestIncomplete('Not implemented yet.'); } }