- <?php
- namespace App\Tests\Application\Public;
- use App\Tests\Application\OtWebTestCase;
- class PublicStructuresTest extends OtWebTestCase
- {
- public function testSomething(): void
- {
- $crawler = $this->get('/api/public/structures');
- $this->assertResponseIsSuccessful();
- }
- }
|