diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2013-03-16 16:11:00 +0400 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2013-03-16 16:11:00 +0400 |
| commit | e9641141aaad136757af06fddd6d870147ac2000 (patch) | |
| tree | 08cdb8a22f52274ad942685d5482da248418732c /ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt | |
| parent | 92430bcf5dd76bf9b12363693efcc471b3527618 (diff) | |
| download | php-git-e9641141aaad136757af06fddd6d870147ac2000.tar.gz | |
Made test compatible with O+
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt')
| -rw-r--r-- | ext/reflection/tests/ReflectionMethod_getDocComment_basic.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
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-- <?php /** |
