Skip to content

Commit

Permalink
Fixed code style in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stollr committed Jan 9, 2024
1 parent eaaea92 commit f97e7c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Tests/Functional/FormCsrfProtectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Nelmio\ApiDocBundle\Tests\Functional;

use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\HttpKernel\KernelInterface;

class FormCsrfProtectionTest extends WebTestCase
Expand Down
2 changes: 0 additions & 2 deletions Tests/ModelDescriber/FormModelDescriberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
use Nelmio\ApiDocBundle\Model\Model;
use Nelmio\ApiDocBundle\Model\ModelRegistry;
use Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber;
use Nelmio\ApiDocBundle\Tests\ModelDescriber\Fixtures\CsrfEnablingFormType;
use OpenApi\Annotations\Property;
use OpenApi\Attributes\OpenApi;
use OpenApi\Attributes\Schema;
use OpenApi\Generator;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Form\Extension\Core\Type\FormType;
Expand Down

0 comments on commit f97e7c4

Please sign in to comment.