Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-kernel / Tests / Event / FilterControllerArgumentsEventTest.php
index 9165d31f24a152e28ac447eeec1937e7c2be0203..f1e440b2fc711eda676ea85533679bd758b42b89 100644 (file)
@@ -2,9 +2,9 @@
 
 namespace Symfony\Component\HttpKernel\Tests\Event;
 
+use PHPUnit\Framework\TestCase;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpKernel\Event\FilterControllerArgumentsEvent;
-use PHPUnit\Framework\TestCase;
 use Symfony\Component\HttpKernel\Tests\TestHttpKernel;
 
 class FilterControllerArgumentsEventTest extends TestCase