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