Skip to content

Commit 6821705

Browse files
committed
test: we have to change the mmlc version in tests because the new MMLS sends us version 1.21.0 as default
1 parent 7b50b99 commit 6821705

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/DependencyManager/DependencyBuilderTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testSatisfies1()
3030
$systemSet->set([
3131
"modified" => '2.0.4.2',
3232
"php" => '7.4.0',
33-
"mmlc" => '1.20.0-beta.1',
33+
"mmlc" => '1.21.0',
3434
"composer/autoload" => '1.3.0',
3535
"robinthehood/modified-std-module" => '0.9.0',
3636
"robinthehood/modified-orm" => '1.8.1',
@@ -44,7 +44,7 @@ public function testSatisfies1()
4444
[
4545
"modified" => '2.0.4.2',
4646
"php" => '7.4.0',
47-
"mmlc" => '1.20.0-beta.1',
47+
"mmlc" => '1.21.0',
4848
"composer/autoload" => '1.3.0',
4949
"robinthehood/modified-std-module" => '0.9.0',
5050
"robinthehood/modified-orm" => '1.8.1',
@@ -80,7 +80,7 @@ public function testSatisfies2()
8080
$systemSet->set([
8181
"modified" => '2.0.4.2',
8282
"php" => '7.4.0',
83-
"mmlc" => '1.20.0-beta.1',
83+
"mmlc" => '1.21.0',
8484
"composer/autoload" => '1.3.0',
8585
"robinthehood/modified-std-module" => '0.9.0',
8686
"robinthehood/modified-orm" => '1.8.1',
@@ -94,7 +94,7 @@ public function testSatisfies2()
9494
[
9595
"modified" => '2.0.4.2',
9696
"php" => '7.4.0',
97-
"mmlc" => '1.20.0-beta.1',
97+
"mmlc" => '1.21.0',
9898
"composer/autoload" => '1.3.0',
9999
"robinthehood/modified-std-module" => '0.9.0',
100100
"robinthehood/modified-orm" => '1.8.1',

0 commit comments

Comments
 (0)