X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FPsy%2FTest%2FCodeCleaner%2FAssignThisVariablePassTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FPsy%2FTest%2FCodeCleaner%2FAssignThisVariablePassTest.php;h=1a975f4bc68f3c8f6f82f0bfc95d608d9f639742;hp=a8f7b835aab29f71d9f438d9d9566a694f7fbedf;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/psy/psysh/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php b/vendor/psy/psysh/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php index a8f7b835a..1a975f4bc 100644 --- a/vendor/psy/psysh/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php +++ b/vendor/psy/psysh/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php @@ -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()