File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
setup/src/Magento/Setup/Test/Unit/Console/Command Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
"tubalmartin/cssmin" : " 2.4.8-p4" ,
44
44
"magento/magento-composer-installer" : " >=0.1.11" ,
45
45
"braintree/braintree_php" : " 3.7.0" ,
46
- "symfony/console" : " ~2.3" ,
46
+ "symfony/console" : " ~2.3, !=2.7.0 " ,
47
47
"symfony/event-dispatcher" : " ~2.1" ,
48
48
"symfony/process" : " ~2.1" ,
49
49
"phpseclib/phpseclib" : " 2.0.*" ,
50
50
"tedivm/jshrink" : " ~1.0.1" ,
51
- "magento/composer" : " ~1.0 .0" ,
51
+ "magento/composer" : " ~1.1 .0" ,
52
52
"lib-libxml" : " *" ,
53
53
"ext-ctype" : " *" ,
54
54
"ext-gd" : " *" ,
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ public function testExecute()
33
33
$ this ->fixtureModel ->expects ($ this ->once ())->method ('loadConfig ' )->with ('path_to_profile.xml ' );
34
34
$ this ->fixtureModel ->expects ($ this ->once ())->method ('initObjectManager ' );
35
35
$ this ->fixtureModel ->expects ($ this ->once ())->method ('loadFixtures ' );
36
-
36
+
37
37
$ commandTester = new CommandTester ($ this ->command );
38
38
$ commandTester ->execute (['profile ' => 'path_to_profile.xml ' ]);
39
39
}
40
40
41
41
/**
42
42
* @expectedException \RuntimeException
43
- * @expectedExceptionMessage Not enough arguments.
43
+ * @expectedExceptionMessage Not enough arguments
44
44
*/
45
45
public function testExecuteInvalidLanguageArgument ()
46
46
{
You can’t perform that action at this time.
0 commit comments