We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed6ff9 commit e50bfcdCopy full SHA for e50bfcd
backend/tests/Feature/Api/V1/CommentApiTest.php
@@ -2,10 +2,11 @@
2
3
declare(strict_types=1);
4
5
-namespace Tests\Feature\Api;
+namespace Tests\Feature\Api\V1;
6
7
use App\Entity\Comment;
8
use App\Entity\Tweet;
9
+use Tests\Feature\Api\ApiTestCase;
10
11
final class CommentApiTest extends ApiTestCase
12
{
backend/tests/Feature/Api/V1/TweetApiTest.php
use App\Entity\User;
final class TweetApiTest extends ApiTestCase
0 commit comments