mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
9 lines
114 B
Groovy
9 lines
114 B
Groovy
|
|
def describe() {
|
|
"Disables using any code (disables OpCache)"
|
|
}
|
|
|
|
def scenarios() {
|
|
new NoCodeCacheScenario()
|
|
}
|