Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 4, 2022
1 parent 816b1ca commit 2a7dd6d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tests/Core/Test/BookTestDeprecatedClient.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
<?php

/*
* This file is part of the API Platform project.
*
* (c) Kévin Dunglas <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace ApiPlatform\Core\Tests\Test;

use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\Client;
use ApiPlatform\Core\Bridge\Symfony\Routing\Router;
use App\Entity\Book;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Contracts\Service\ServiceProviderInterface;

class BookTestDeprecatedClient extends ApiTestCase
{
Expand All @@ -26,4 +32,3 @@ public function testWorks(): void
$this->assertTrue(true);
}
}

0 comments on commit 2a7dd6d

Please sign in to comment.