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 9cf7c69 commit 04a20b9Copy full SHA for 04a20b9
dev/tests/integration/framework/Magento/TestFramework/Workaround/Override/Config/Converter.php
@@ -213,7 +213,7 @@ private function getGlobalConfig(\DOMXPath $xpath): array
213
private function fillGlobalConfigByFixtureType(\DOMElement $node): array
214
{
215
$config = [];
216
- foreach (self::FIXTURE_TYPES as $fixtureType) {
+ foreach ($this->supportedFixtureTypes as $fixtureType) {
217
foreach ($node->getElementsByTagName($fixtureType) as $fixture) {
218
$config['global'][$fixtureType][] = $this->fillAttributes($fixture);
219
}
0 commit comments