diff options
-rw-r--r-- | ext/reflection/tests/bug29986.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug29986.phpt b/ext/reflection/tests/bug29986.phpt index 9fd0c233d4..8f9d666629 100644 --- a/ext/reflection/tests/bug29986.phpt +++ b/ext/reflection/tests/bug29986.phpt @@ -1,5 +1,5 @@ --TEST-- -Reflection::export +Bug #29986 Class constants won't work with predefined constants when using ReflectionClass --SKIPIF-- <?php extension_loaded('reflection') or die('skip'); ?> --FILE-- |