X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FCodeCleaner%2FNamespacePassTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FCodeCleaner%2FNamespacePassTest.php;h=0c28dc6e47e01d342b37e26ba039b04bc2768c85;hp=20724f9f9862a906617efb9c311c8737d9af66d3;hb=419f97be044f1aebd0713921ee604841127e9e84;hpb=052617e40b525f8b817d84c29b1c04951f427069 diff --git a/vendor/psy/psysh/test/CodeCleaner/NamespacePassTest.php b/vendor/psy/psysh/test/CodeCleaner/NamespacePassTest.php index 20724f9f9..0c28dc6e4 100644 --- a/vendor/psy/psysh/test/CodeCleaner/NamespacePassTest.php +++ b/vendor/psy/psysh/test/CodeCleaner/NamespacePassTest.php @@ -26,6 +26,9 @@ class NamespacePassTest extends CodeCleanerTestCase public function testProcess() { + $this->parseAndTraverse(''); + $this->assertNull($this->cleaner->getNamespace()); + $this->parseAndTraverse('array_merge()'); $this->assertNull($this->cleaner->getNamespace());