Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / test / Formatter / CodeFormatterTest.php
similarity index 94%
rename from vendor/psy/psysh/test/Psy/Test/Formatter/CodeFormatterTest.php
rename to vendor/psy/psysh/test/Formatter/CodeFormatterTest.php
index 7f1635e55f11a2b08bc62c0691eeee9ffd12a95f..4a7ccccf9c9112f9d21fcf2dedecb903adfbfd21 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * This file is part of Psy Shell.
  *
- * (c) 2012-2017 Justin Hileman
+ * (c) 2012-2018 Justin Hileman
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
@@ -60,6 +60,6 @@ EOS;
             $this->markTestSkipped('We have issues with PHPUnit mocks on HHVM.');
         }
 
-        return array(array(null), array('not a file'));
+        return [[null], ['not a file']];
     }
 }