Files
pftt2/conf/phpunit_inline_reference.groovy
Matt Ficken e9ff9c9139 Dynamic Thread Pool and Opcache SharedMemoryArea handle fix
Former-commit-id: 8e9f834311a2b25d8ae97e588d77c1a81a9d6dfb
2013-05-29 23:54:25 -07:00

9 lines
227 B
Groovy

def scenarios() {
return new PhpUnitInlineReferencesScenario();
}
def describe() {
"Uses inline references to test methods so Opcache will not optimize them out (default, see phpunit_reflection_only for opposite config)"
}