diff options
Diffstat (limited to 'ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt index 2c4815a35b..f94ee8ca4c 100644 --- a/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt +++ b/ext/reflection/tests/ReflectionProperty_getDocComment_basic.phpt @@ -1,5 +1,8 @@ --TEST-- Test ReflectionProperty::getDocComment() usage. +--INI-- +opcache.save_comments=1 +opcache.load_comments=1 --FILE-- <?php |