mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
9 lines
227 B
Groovy
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)"
|
|
}
|