Skip to content

Commit 7036bec

Browse files
committed
Re-applied integration test fix (lost in merge from develop/upstream) from commit 1d514f7
1 parent cecc352 commit 7036bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/DependenciesShowFrameworkCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testExecute()
8080
$fileContents
8181
);
8282
$this->assertContains('"Dependencies for each module:",' . PHP_EOL, $fileContents);
83-
$this->assertContains('"Magento\A",1' . PHP_EOL . '" -- Magento\Framework",3' . PHP_EOL, $fileContents);
84-
$this->assertContains('"Magento\B",1' . PHP_EOL . '" -- Magento\Framework",3' . PHP_EOL, $fileContents);
83+
$this->assertContains('"Magento\A",1' . PHP_EOL . '" -- Magento\Framework",2' . PHP_EOL, $fileContents);
84+
$this->assertContains('"Magento\B",1' . PHP_EOL . '" -- Magento\Framework",2' . PHP_EOL, $fileContents);
8585
}
8686
}

0 commit comments

Comments
 (0)