From e9641141aaad136757af06fddd6d870147ac2000 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Sat, 16 Mar 2013 16:11:00 +0400 Subject: Made test compatible with O+ --- ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt') diff --git a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt index c01f689cf4..b04fb6c9fc 100644 --- a/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt @@ -1,5 +1,8 @@ --TEST-- ReflectionMethod::getDocComment() +--INI-- +opcache.save_comments=1 +opcache.load_comments=1 --FILE--