Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / filesystem / Tests / ExceptionTest.php
index 5a04e04090480e64960699a130f147346030ab1e..300acf10342365e9209fa817e7e3f658a218437f 100644 (file)
@@ -12,8 +12,8 @@
 namespace Symfony\Component\Filesystem\Tests;
 
 use PHPUnit\Framework\TestCase;
-use Symfony\Component\Filesystem\Exception\IOException;
 use Symfony\Component\Filesystem\Exception\FileNotFoundException;
+use Symfony\Component\Filesystem\Exception\IOException;
 
 /**
  * Test class for Filesystem.