Skip to content

Commit 42d8818

Browse files
committed
Trigger error on PHP 8.1
Error text: Deprecated: strpos(): Passing null to parameter 1 ($haystack) of type string is deprecated in Magento/Framework/Profiler/Driver/Standard/Stat.php:213
1 parent 83f3d01 commit 42d8818

File tree

1 file changed

+4
-0
lines changed
  • lib/internal/Magento/Framework/Profiler/Test/Unit/Driver/Standard

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ public function timersSortingDataProvider()
238238
['start', 'root'],
239239
['start', 'root->init'],
240240
['start', 'root->system'],
241+
['start', 'root->system->init_config'],
242+
['stop', 'root->system->init_config'],
243+
['start', 'root->system->init_store'],
244+
['stop', 'root->system->init_store'],
241245
['stop', 'root->system'],
242246
['start', 'root->init->init_config'],
243247
['stop', 'root->init->init_config'],

0 commit comments

Comments
 (0)