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 1
1
<?php
2
2
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
+
3
12
declare (strict_types=1 );
4
13
5
14
namespace ApiPlatform \Core \Tests \Test ;
6
15
7
16
use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \ApiTestCase ;
8
17
use ApiPlatform \Core \Bridge \Symfony \Bundle \Test \Client ;
9
18
use ApiPlatform \Core \Bridge \Symfony \Routing \Router ;
10
- use App \Entity \Book ;
11
- use Symfony \Component \HttpFoundation \Response ;
12
- use Symfony \Contracts \Service \ServiceProviderInterface ;
13
19
14
20
class BookTestDeprecatedClient extends ApiTestCase
15
21
{
@@ -26,4 +32,3 @@ public function testWorks(): void
26
32
$ this ->assertTrue (true );
27
33
}
28
34
}
29
-
You can’t perform that action at this time.
0 commit comments