Skip to content

Commit 4f19bb7

Browse files
committed
fix AppVeyor failures with Opcache enabled
opcache_reset() only schedules the restart. Under circumstances, the follow up requests might run uncached, until the restart condition is met. To mitigate the false positives caused by this behavior, any tests using opcache_reset() should not be put in between other tests. Thus, moving the corresponding test to be executed last.
1 parent 60aff0b commit 4f19bb7

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

0 commit comments

Comments
 (0)