Skip to content

Commit 6cbade3

Browse files
committed
Fix failing test
1 parent 061c14c commit 6cbade3

File tree

1 file changed

+8
-1
lines changed
  • lib/internal/Magento/Framework/Profiler/Test/Unit/Driver/Standard

1 file changed

+8
-1
lines changed

lib/internal/Magento/Framework/Profiler/Test/Unit/Driver/Standard/StatTest.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,14 @@ public function timersSortingDataProvider()
248248
['stop', 'root->init'],
249249
['stop', 'root'],
250250
],
251-
'expected' => ['root', 'root->init', 'root->init->init_config', 'root->system'],
251+
'expected' => [
252+
'root',
253+
'root->init',
254+
'root->init->init_config',
255+
'root->system',
256+
'root->system->init_config',
257+
'root->system->init_store',
258+
],
252259
]
253260
];
254261
}

0 commit comments

Comments
 (0)