Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / test / Psy / Test / CodeCleaner / ValidFunctionNamePassTest.php
index 1f2b8fbf5a1773a9f285dd7c4478c8d1a071a539..79b51cf242e526d6142be2ba2ffb7650a795fe2f 100644 (file)
@@ -69,6 +69,9 @@ class ValidFunctionNamePassTest extends CodeCleanerTestCase
     {
         $stmts = $this->parse($code);
         $this->traverse($stmts);
+
+        // @todo a better thing to assert here?
+        $this->assertTrue(true);
     }
 
     public function getValidFunctions()