summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_030.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_030.phpt')
-rwxr-xr-xZend/tests/ns_030.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_030.phpt b/Zend/tests/ns_030.phpt
index c87b293bb6..83a86b1fd1 100755
--- a/Zend/tests/ns_030.phpt
+++ b/Zend/tests/ns_030.phpt
@@ -5,7 +5,7 @@
class Foo {
}
-import A::B as Foo;
+use A::B as Foo;
new Foo();
--EXPECTF--