Skip to content

Commit 07c4cb7

Browse files
committed
Fix static test failures
1 parent 3881de1 commit 07c4cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ function (...$args) use ($parentItem, $parentMapped, $childMapped) {
12991299
/**
13001300
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
13011301
*/
1302-
public function testConstructorFallsBackToObjectManagerForOptionalDependencies(): void
1302+
public function testConstructorFallsBackToOmForOptionalDependencies(): void
13031303
{
13041304
// Do not call getInstance() in unit context; no original OM to restore
13051305

0 commit comments

Comments
 (0)