diff options
Diffstat (limited to 'ext/reflection/tests/bug30961.phpt')
| -rwxr-xr-x | ext/reflection/tests/bug30961.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug30961.phpt b/ext/reflection/tests/bug30961.phpt index 67964343e..c765e7cc8 100755 --- a/ext/reflection/tests/bug30961.phpt +++ b/ext/reflection/tests/bug30961.phpt @@ -1,5 +1,7 @@ --TEST--
-Bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
+Reflection Bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
--FILE--
<?php
class a
|
