mirror of
https://github.com/php/pftt2.git
synced 2026-04-23 16:48:33 +02:00
e9ff9c9139
Former-commit-id: 8e9f834311a2b25d8ae97e588d77c1a81a9d6dfb
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)"
|
|
}
|