Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-kernel / Tests / DataCollector / TimeDataCollectorTest.php
index 8048cc37a5fd03e9a04e2240ac8f2f1b0d6bde91..cf6a86695d7760e7ed0074bb72b031e1c88b2df5 100644 (file)
@@ -12,9 +12,9 @@
 namespace Symfony\Component\HttpKernel\Tests\DataCollector;
 
 use PHPUnit\Framework\TestCase;
-use Symfony\Component\HttpKernel\DataCollector\TimeDataCollector;
 use Symfony\Component\HttpFoundation\Request;
 use Symfony\Component\HttpFoundation\Response;
+use Symfony\Component\HttpKernel\DataCollector\TimeDataCollector;
 
 /**
  * @group time-sensitive