summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/bug36308.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/bug36308.phpt')
-rw-r--r--ext/reflection/tests/bug36308.phpt3
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 {