Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / test / Psy / Test / CodeCleaner / LeavePsyshAlonePassTest.php
index 3311e4117881fd4b6f86b5688d06554443001e7f..10fce3e263760bbd74f4c68c551e8cec1549444d 100644 (file)
@@ -24,6 +24,9 @@ class LeavePsyshAlonePassTest extends CodeCleanerTestCase
     {
         $inline = $this->parse('not php at all!', '');
         $this->traverse($inline);
+
+        // @todo a better thing to assert here?
+        $this->assertTrue(true);
     }
 
     /**
@@ -33,6 +36,9 @@ class LeavePsyshAlonePassTest extends CodeCleanerTestCase
     {
         $stmts = $this->parse($code);
         $this->traverse($stmts);
+
+        // @todo a better thing to assert here?
+        $this->assertTrue(true);
     }
 
     public function validStatements()