diff --git a/tests/MagentoHackathon/Composer/FullStack/Regression/IssueC118Test.php b/tests/MagentoHackathon/Composer/FullStack/Regression/IssueC118Test.php index f3a55faf..a4563c3f 100644 --- a/tests/MagentoHackathon/Composer/FullStack/Regression/IssueC118Test.php +++ b/tests/MagentoHackathon/Composer/FullStack/Regression/IssueC118Test.php @@ -37,7 +37,11 @@ public function testInstallAndUpdateForDeprecatedMessagePackages() [ 'type' => 'artifact', 'url' => $artifactDirectory->getRealPath(), - ] + ], + [ + 'type' => 'composer', + 'url' => 'https://packages.firegento.com' + ], ], 'require' => [ 'connect20/firegento_pdf' => '1.3.0', @@ -62,7 +66,11 @@ public function testInstallAndUpdateForDeprecatedMessagePackages() [ 'type' => 'artifact', 'url' => $artifactDirectory->getRealPath(), - ] + ], + [ + 'type' => 'composer', + 'url' => 'https://packages.firegento.com' + ], ], 'require' => [ 'connect20/firegento_pdf' => '1.2.0',