Skip to content

Commit 3403693

Browse files
committed
fix
1 parent 6df86a9 commit 3403693

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/Symfony/Bundle/Test/ApiTestCaseTest.php renamed to tests/Test/ApiTestCaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Symfony\Bundle\Test;
14+
namespace ApiPlatform\Tests\Test;
1515

1616
use ApiPlatform\Test\ApiTestCase;
1717
use ApiPlatform\Tests\Fixtures\TestBundle\ApiResource\Issue5921\ExceptionResource;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Symfony\Bundle\Test;
14+
namespace ApiPlatform\Tests\Test;
1515

1616
use ApiPlatform\Test\ApiTestCase;
1717
use ApiPlatform\Test\Response;

tests/Symfony/Bundle/Test/Constraint/ArraySubsetTest.php renamed to tests/Test/Constraint/ArraySubsetTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Symfony\Bundle\Test\Constraint;
14+
namespace ApiPlatform\Tests\Test\Constraint;
1515

1616
use ApiPlatform\Test\Constraint\ArraySubset;
1717
use ApiPlatform\Tests\Fixtures\ArrayAccessible;

tests/Symfony/Bundle/Test/Constraint/MatchesJsonSchemaTest.php renamed to tests/Test/Constraint/MatchesJsonSchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Symfony\Bundle\Test\Constraint;
14+
namespace ApiPlatform\Tests\Test\Constraint;
1515

1616
use ApiPlatform\Test\Constraint\MatchesJsonSchema;
1717
use PHPUnit\Framework\ExpectationFailedException;

tests/Symfony/Bundle/Test/ResponseTest.php renamed to tests/Test/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace ApiPlatform\Tests\Symfony\Bundle\Test;
14+
namespace ApiPlatform\Tests\Test;
1515

1616
use ApiPlatform\Test\Response;
1717
use PHPUnit\Framework\Attributes\DataProvider;

0 commit comments

Comments
 (0)