From: Jay Smith Date: Fri, 6 Jun 2003 19:00:48 +0000 (+0000) Subject: Namespaces are gone, and so is this test. X-Git-Tag: RELEASE_1_0_2~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0efbd4f9259e1872d7ce7fea088741bc822a7c5e;p=php Namespaces are gone, and so is this test. --- diff --git a/tests/lang/namespace_001.phpt b/tests/lang/namespace_001.phpt deleted file mode 100644 index 4d42ecf377..0000000000 --- a/tests/lang/namespace_001.phpt +++ /dev/null @@ -1,31 +0,0 @@ ---TEST-- -ZE2 namespaces ---SKIPIF-- - ---FILE-- - ---EXPECT-- -I'm Foo::SomeFunction()! Foo::$bar is set to: I'm Foo::$bar! -I'm Foo::SomeClass::__construct()! -I'm Foo::$bar!