Skip to content

Commit 625a64d

Browse files
committed
MAGETWO-69157: Zend_Wildfire deprecated, Firephp outdated, #9239 and #9241 #9622
1 parent f2d8287 commit 625a64d

File tree

3 files changed

+1
-108
lines changed

3 files changed

+1
-108
lines changed

dev/tests/integration/testsuite/Magento/Framework/Profiler/Driver/Standard/Output/FirebugTest.php

Lines changed: 0 additions & 97 deletions
This file was deleted.

lib/internal/Magento/Framework/Profiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ protected static function _parseConfig($profilerConfig, $baseDir, $isAjax)
356356

357357
if (is_scalar($profilerConfig)) {
358358
$config['drivers'] = [
359-
['output' => $isAjax ? 'firebug' : (is_numeric($profilerConfig) ? 'html' : $profilerConfig)],
359+
['output' => is_numeric($profilerConfig) ? 'html' : $profilerConfig],
360360
];
361361
} else {
362362
$config = array_merge($config, $profilerConfig);

lib/internal/Magento/Framework/Test/Unit/ProfilerTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -395,16 +395,6 @@ public function parseConfigDataProvider()
395395
'baseDir' => null
396396
],
397397
],
398-
'Ajax call' => [
399-
1,
400-
true,
401-
[
402-
'driverConfigs' => [['output' => 'firebug']],
403-
'driverFactory' => $driverFactory,
404-
'tagFilters' => [],
405-
'baseDir' => ''
406-
],
407-
],
408398
'Non ajax call' => [
409399
1,
410400
false,

0 commit comments

Comments
 (0)