mirror of
https://github.com/doctrine/orm.git
synced 2026-04-27 08:28:09 +02:00
0a3fbac8af
It will make fuzzy matchers more efficient, and configuration files more readable.
10 lines
225 B
JSON
10 lines
225 B
JSON
{
|
|
"runner.bootstrap": "tests/Tests/TestInit.php",
|
|
"runner.path": "tests/Performance",
|
|
"runner.file_pattern": "*Bench.php",
|
|
|
|
"core.extensions": [
|
|
"PhpBench\\Extensions\\XDebug\\XDebugExtension"
|
|
]
|
|
}
|