2 namespace App\Test\TestCase\Controller;
4 use App\Controller\LocationsController;
5 use Cake\TestSuite\IntegrationTestCase;
8 * App\Controller\LocationsController Test Case
10 class LocationsControllerTest extends IntegrationTestCase
27 public function testIndex()
29 $this->markTestIncomplete('Not implemented yet.');
37 public function testView()
39 $this->markTestIncomplete('Not implemented yet.');
47 public function testAdd()
49 $this->markTestIncomplete('Not implemented yet.');
57 public function testEdit()
59 $this->markTestIncomplete('Not implemented yet.');
67 public function testDelete()
69 $this->markTestIncomplete('Not implemented yet.');