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