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