Advertisement
Guest User

Untitled

a guest
Sep 14th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. namespace App\Tests\Functional;
  3. use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
  4. class AllergyResourceTest extends ApiTestCase
  5. {
  6. public function testCreateAllergyListing()
  7. {
  8. $this->assertEquals(42, 42);
  9. }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement