Skip to content

Commit 2a7dd6d

Browse files
committed
test
1 parent 816b1ca commit 2a7dd6d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

tests/Core/Test/BookTestDeprecatedClient.php

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
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+
312
declare(strict_types=1);
413

514
namespace ApiPlatform\Core\Tests\Test;
615

716
use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
817
use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\Client;
918
use ApiPlatform\Core\Bridge\Symfony\Routing\Router;
10-
use App\Entity\Book;
11-
use Symfony\Component\HttpFoundation\Response;
12-
use Symfony\Contracts\Service\ServiceProviderInterface;
1319

1420
class BookTestDeprecatedClient extends ApiTestCase
1521
{
@@ -26,4 +32,3 @@ public function testWorks(): void
2632
$this->assertTrue(true);
2733
}
2834
}
29-

0 commit comments

Comments
 (0)