Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / nikic / php-parser / test / PhpParser / NodeVisitor / FirstFindingVisitorTest.php
index 33ca2fbe639922100c34a98cdb2f272d2f497bbb..78bc1c7a077a7578810d09c773f0bf7dfc3006d9 100644 (file)
@@ -34,6 +34,6 @@ class FirstFindingVisitorTest extends TestCase
         $stmts = [new Node\Stmt\Expression($assign)];
 
         $traverser->traverse($stmts);
-        $this->assertSame(null, $visitor->getFoundNode());
+        $this->assertNull($visitor->getFoundNode());
     }
 }