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