This commit is contained in:
Florian HENRY 2021-03-09 17:55:51 +01:00
parent 6844c57413
commit 3eb72ad833

View File

@ -44,7 +44,7 @@ if (!empty($_SERVER['MAIN_SHOW_TUNING_INFO'])) {
// Add Xdebug code coverage
//define('XDEBUGCOVERAGE',1);
if (defined('XDEBUGCOVERAGE')) {
xdebug_start_code_coverage();
xdebug_start_code_coverage('sdfd');
}
}