File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test ;
14+ namespace ApiPlatform \Test ;
1515
1616use ApiPlatform \JsonSchema \BackwardCompatibleSchemaFactory ;
1717use ApiPlatform \JsonSchema \Schema ;
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test ;
14+ namespace ApiPlatform \Test ;
1515
1616use ApiPlatform \Metadata \IriConverterInterface ;
1717use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test ;
14+ namespace ApiPlatform \Test ;
1515
1616use Symfony \Bundle \FrameworkBundle \KernelBrowser ;
1717use Symfony \Component \BrowserKit \CookieJar ;
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test ;
14+ namespace ApiPlatform \Test ;
1515
1616trait ClientTrait
1717{
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test \Constraint ;
14+ namespace ApiPlatform \Test \Constraint ;
1515
1616use PHPUnit \Framework \Constraint \Constraint ;
1717
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test \Constraint ;
14+ namespace ApiPlatform \Test \Constraint ;
1515
1616use SebastianBergmann \Comparator \ComparisonFailure ;
1717use SebastianBergmann \Exporter \Exporter ;
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test \Constraint ;
14+ namespace ApiPlatform \Test \Constraint ;
1515
1616use JsonSchema \Validator ;
1717use PHPUnit \Framework \Constraint \Constraint ;
Original file line number Diff line number Diff line change 1111
1212declare (strict_types=1 );
1313
14- namespace ApiPlatform \Symfony \ Bundle \ Test ;
14+ namespace ApiPlatform \Test ;
1515
1616use Symfony \Component \BrowserKit \Response as BrowserKitResponse ;
1717use Symfony \Component \HttpClient \Exception \ClientException ;
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " api-platform/test" ,
3+ "description" : " Test suite for API Platform" ,
4+ "type" : " library" ,
5+ "keywords" : [
6+ " REST" ,
7+ " API" ,
8+ " GraphQL" ,
9+ " JSON-LD" ,
10+ " Test"
11+ ],
12+ "homepage" : " https://api-platform.com" ,
13+ "license" : " MIT" ,
14+ "authors" : [
15+ {
16+ "name" : " Kévin Dunglas" ,
17+ "email" : " kevin@dunglas.fr" ,
18+ "homepage" : " https://dunglas.fr"
19+ },
20+ {
21+ "name" : " Antoine Bluchet" ,
22+ "email" : " soyuka@gmail.com" ,
23+ "homepage" : " https://soyuka.me"
24+ }
25+ ],
26+ "require" : {
27+ "php" : " >=8.2" ,
28+ "phpunit/phpunit" : " ^12.2" ,
29+ "symfony/browser-kit" : " ^6.4 || ^7.0 || ^8.0" ,
30+ "symfony/http-client" : " ^6.4 || ^7.0 || ^8.0" ,
31+ "symfony/framework-bundle" : " ^6.4 || ^7.0 || ^8.0"
32+ },
33+ "autoload" : {
34+ "psr-4" : {
35+ "ApiPlatform\\ Test\\ " : " "
36+ }
37+ }
38+ }
You can’t perform that action at this time.
0 commit comments