Skip to content

Commit 2d7afcf

Browse files
committed
reorder repositories in Tests
1 parent 1919254 commit 2d7afcf

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

tests/FullStackTest/home/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"repositories": [
3-
{
4-
"type": "composer",
5-
"url": "https://packages.firegento.com"
6-
},
73
{
84
"type": "artifact",
95
"url": "../artifact/"
6+
},
7+
{
8+
"type": "composer",
9+
"url": "https://packages.firegento.com"
1010
}
1111
],
1212
"require": {

tests/FullStackTest/magento/composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"repositories": [
3+
{
4+
"type": "artifact",
5+
"url": "../artifact/"
6+
},
37
{
48
"type": "composer",
5-
"canonical": false,
69
"url": "https://packages.firegento.com"
710
},
811
{
912
"type": "github",
1013
"canonical": false,
1114
"url": "https://github.com/OpenMageModuleFostering/mage_all_latest"
12-
},
13-
{
14-
"type": "artifact",
15-
"url": "../artifact/"
1615
}
1716
],
1817
"extra": {

tests/MagentoHackathon/Composer/FullStack/Regression/IssueC065Test.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ public function testIncludeRootPackageNotSet()
6767
"name": "test/module",
6868
"type": "magento-module",
6969
"repositories": [
70-
{
71-
"type": "composer",
72-
"url": "https://packages.firegento.com"
73-
},
7470
{
7571
"type": "artifact",
7672
"url": "$this->artifactDirectory/"
73+
},
74+
{
75+
"type": "composer",
76+
"url": "https://packages.firegento.com"
7777
}
7878
],
7979
"require": {
@@ -108,13 +108,13 @@ public function testIncludeRootPackageIsFalse()
108108
"name": "test/module",
109109
"type": "magento-module",
110110
"repositories": [
111-
{
112-
"type": "composer",
113-
"url": "https://packages.firegento.com"
114-
},
115111
{
116112
"type": "artifact",
117113
"url": "$this->artifactDirectory/"
114+
},
115+
{
116+
"type": "composer",
117+
"url": "https://packages.firegento.com"
118118
}
119119
],
120120
"require": {
@@ -150,13 +150,13 @@ public function testIncludeRootPackageIsTrue()
150150
"name": "test/module",
151151
"type": "magento-module",
152152
"repositories": [
153-
{
154-
"type": "composer",
155-
"url": "https://packages.firegento.com"
156-
},
157153
{
158154
"type": "artifact",
159155
"url": "$this->artifactDirectory/"
156+
},
157+
{
158+
"type": "composer",
159+
"url": "https://packages.firegento.com"
160160
}
161161
],
162162
"require": {

0 commit comments

Comments
 (0)