summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/reflection001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/reflection001.phpt')
-rw-r--r--Zend/tests/return_types/reflection001.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/tests/return_types/reflection001.phpt b/Zend/tests/return_types/reflection001.phpt
index 6492ee1906..6d5b894206 100644
--- a/Zend/tests/return_types/reflection001.phpt
+++ b/Zend/tests/return_types/reflection001.phpt
@@ -1,12 +1,10 @@
--TEST--
Return type and Reflection::export()
-
--SKIPIF--
<?php
if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 70000) {
print 'skip';
}
-
--FILE--
<?php
@@ -44,4 +42,3 @@ Class [ <user> class A ] {
}
}
}
-