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