File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
tests/MagentoHackathon/Composer/Magento/FullStack Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,7 @@ protected function prepareCleanDirectories()
31
31
public function testGlobalInstall ()
32
32
{
33
33
$ process = new Process (
34
- <<<<<<< HEAD
35
34
self ::getComposerCommand ().' global install ' . self ::getComposerArgs (),
36
- =======
37
- self ::getComposerCommand ().' global install ' ,
38
- >>>>>>> f6e6c2c58d5298e4f1388109ae09eec97482cd63
39
35
self ::getProjectRoot ()
40
36
);
41
37
$ process ->setEnv ( array ('COMPOSER_HOME ' =>self ::getBasePath ().'/home ' ));
@@ -48,21 +44,12 @@ public function testGlobalUpdate()
48
44
{
49
45
50
46
$ process = new Process (
51
- <<<<<<< HEAD
52
47
self ::getComposerCommand ().' global update ' . self ::getComposerArgs (),
53
- =======
54
- self ::getComposerCommand ().' global update ' ,
55
- >>>>>>> f6e6c2c58d5298e4f1388109ae09eec97482cd63
56
48
self ::getProjectRoot ()
57
49
);
58
50
$ process ->setEnv ( array ('COMPOSER_HOME ' =>self ::getBasePath ().'/home ' ));
59
51
60
52
$ process ->run ();
61
53
$ this ->assertProcess ($ process );
62
54
}
63
-
64
- <<<<<<< HEAD
65
- }
66
- =======
67
55
}
68
- >>>>>>> f6e6c2c58d5298e4f1388109ae09eec97482cd63
You can’t perform that action at this time.
0 commit comments