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