File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the API Platform project.
5+ *
6+ * (c) Kévin Dunglas <[email protected] > 7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312declare (strict_types=1 );
413
514namespace ApiPlatform \Core \Tests \Test ;
615
716use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \ApiTestCase ;
817use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \Client ;
918use ApiPlatform \Core \Bridge \Symfony \Routing \Router ;
10- use App \Entity \Book ;
11- use Symfony \Component \HttpFoundation \Response ;
12- use Symfony \Contracts \Service \ServiceProviderInterface ;
1319
1420class BookTestDeprecatedClient extends ApiTestCase
1521{
@@ -26,4 +32,3 @@ public function testWorks(): void
2632 $ this ->assertTrue (true );
2733 }
2834}
29-
You can’t perform that action at this time.
0 commit comments