From 0efbd4f9259e1872d7ce7fea088741bc822a7c5e Mon Sep 17 00:00:00 2001 From: Jay Smith Date: Fri, 6 Jun 2003 19:00:48 +0000 Subject: [PATCH] Namespaces are gone, and so is this test. --- tests/lang/namespace_001.phpt | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tests/lang/namespace_001.phpt diff --git a/tests/lang/namespace_001.phpt b/tests/lang/namespace_001.phpt deleted file mode 100644 index 4d42ecf3775..00000000000 --- 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!