diff options
Diffstat (limited to 'ext/reflection/tests/bug36308.phpt')
| -rw-r--r-- | ext/reflection/tests/bug36308.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/reflection/tests/bug36308.phpt b/ext/reflection/tests/bug36308.phpt index 79aa5f8fa1..f923ee31ab 100644 --- a/ext/reflection/tests/bug36308.phpt +++ b/ext/reflection/tests/bug36308.phpt @@ -1,5 +1,8 @@ --TEST-- Reflection Bug #36308 (ReflectionProperty::getDocComment() does not reflect extended class commentary) +--INI-- +opcache.save_comments=1 +opcache.load_comments=1 --FILE-- <?php class Base { |
