Skip to content

Commit 9f4f358

Browse files
committed
Fixed unit test
1 parent ebde0aa commit 9f4f358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Scanner/XmlScannerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testCollectEntities(): void
8282
],
8383
);
8484
$actual = $this->model->collectEntities($this->testFiles);
85-
$expected = ['Magento\SomeModule\Element\Proxy', 'Magento\SomeModule\NestedElement\Proxy'];
85+
$expected = [];
8686
$this->assertEquals($expected, $actual);
8787
}
8888
}

0 commit comments

Comments
 (0)