X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FPsy%2FTest%2FCodeCleaner%2FValidFunctionNamePassTest.php;h=79b51cf242e526d6142be2ba2ffb7650a795fe2f;hp=1f2b8fbf5a1773a9f285dd7c4478c8d1a071a539;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php b/vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php index 1f2b8fbf5..79b51cf24 100644 --- a/vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php +++ b/vendor/psy/psysh/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php @@ -69,6 +69,9 @@ class ValidFunctionNamePassTest extends CodeCleanerTestCase { $stmts = $this->parse($code); $this->traverse($stmts); + + // @todo a better thing to assert here? + $this->assertTrue(true); } public function getValidFunctions()