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