Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / psy / psysh / test / Formatter / DocblockFormatterTest.php
similarity index 96%
rename from vendor/psy/psysh/test/Psy/Test/Formatter/DocblockFormatterTest.php
rename to vendor/psy/psysh/test/Formatter/DocblockFormatterTest.php
index fa742b088d448465e2ee9fb2b863c064e56b31fd..134c76d02f11dc2ddfba57dd960e92668d86d8c2 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.
@@ -55,7 +55,7 @@ class DocblockFormatterTest extends \PHPUnit\Framework\TestCase
 <comment>Author:</comment> Justin Hileman \<justin@justinhileman.info>
 EOS;
 
-        $this->assertEquals(
+        $this->assertSame(
             $expected,
             DocblockFormatter::format(new \ReflectionMethod($this, 'methodWithDocblock'))
         );