From 081b7be0526d2a4e33aaa976bf9ea77fec64e5b6 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 5 Apr 2023 17:27:47 +0200 Subject: [PATCH] PHP-CS-Fixer --- tests/Test/WebTestCaseTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Test/WebTestCaseTest.php b/tests/Test/WebTestCaseTest.php index 99424b20..c9361901 100644 --- a/tests/Test/WebTestCaseTest.php +++ b/tests/Test/WebTestCaseTest.php @@ -16,8 +16,8 @@ use Doctrine\Common\Annotations\Annotation\IgnoreAnnotation; use Liip\Acme\Tests\App\AppKernel; use Liip\FunctionalTestBundle\Test\WebTestCase; -use PHPUnit\Framework\AssertionFailedError; use function method_exists; +use PHPUnit\Framework\AssertionFailedError; /** * @IgnoreAnnotation("depends")