Skip to content

Commit 04a20b9

Browse files
MC-35206: Integration Test Extensibility PR Stabilisation
1 parent 9cf7c69 commit 04a20b9

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Workaround/Override/Config

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Workaround/Override/Config/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private function getGlobalConfig(\DOMXPath $xpath): array
213213
private function fillGlobalConfigByFixtureType(\DOMElement $node): array
214214
{
215215
$config = [];
216-
foreach (self::FIXTURE_TYPES as $fixtureType) {
216+
foreach ($this->supportedFixtureTypes as $fixtureType) {
217217
foreach ($node->getElementsByTagName($fixtureType) as $fixture) {
218218
$config['global'][$fixtureType][] = $this->fillAttributes($fixture);
219219
}

0 commit comments

Comments
 (0)