Skip to content

Commit

Permalink
Fix for PR #1036
Browse files Browse the repository at this point in the history
Fixes #1034.
  • Loading branch information
cmuench committed Jul 12, 2019
1 parent 8fba4bc commit fc1cb6a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,24 @@ commands:
extra:
sample-data: sample-data-1.9.2.4

- name: openmage-lts-1.9.3.x
version: dev-1.9.3.x
source:
url: https://github.com/OpenMage/magento-lts.git
type: git
reference: 1.9.3.x
extra:
sample-data: sample-data-1.9.2.4

- name: mageplus-master
version: dev-master
source:
url: https://github.com/mageplus/mageplus.git
type: git
reference: master
extra:
sample-data: sample-data-1.6.1.0

- name: magento-ce-1.9.2.4
version: 1.9.2.4
dist:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function versionListing()
$tester = new InstallCommandTester();
$packages = $tester->getMagentoPackages($command);

$this->assertOngoingPackageVersions($packages, 2, 3);
$this->assertOngoingPackageVersions($packages, 2, 5);
}

/**
Expand Down

0 comments on commit fc1cb6a

Please sign in to comment.