We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebde0aa commit 9f4f358Copy full SHA for 9f4f358
setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Scanner/XmlScannerTest.php
@@ -82,7 +82,7 @@ public function testCollectEntities(): void
82
],
83
);
84
$actual = $this->model->collectEntities($this->testFiles);
85
- $expected = ['Magento\SomeModule\Element\Proxy', 'Magento\SomeModule\NestedElement\Proxy'];
+ $expected = [];
86
$this->assertEquals($expected, $actual);
87
}
88
0 commit comments