Skip to content

Commit 8745529

Browse files
author
David Verholen
committed
fix global plugin test after merge
1 parent 05b6d24 commit 8745529

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/MagentoHackathon/Composer/Magento/FullStack/GlobalPluginTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ protected function prepareCleanDirectories()
3131
public function testGlobalInstall()
3232
{
3333
$process = new Process(
34-
<<<<<<< HEAD
3534
self::getComposerCommand().' global install ' . self::getComposerArgs(),
36-
=======
37-
self::getComposerCommand().' global install',
38-
>>>>>>> f6e6c2c58d5298e4f1388109ae09eec97482cd63
3935
self::getProjectRoot()
4036
);
4137
$process->setEnv( array('COMPOSER_HOME'=>self::getBasePath().'/home'));
@@ -48,21 +44,12 @@ public function testGlobalUpdate()
4844
{
4945

5046
$process = new Process(
51-
<<<<<<< HEAD
5247
self::getComposerCommand().' global update ' . self::getComposerArgs(),
53-
=======
54-
self::getComposerCommand().' global update',
55-
>>>>>>> f6e6c2c58d5298e4f1388109ae09eec97482cd63
5648
self::getProjectRoot()
5749
);
5850
$process->setEnv( array('COMPOSER_HOME'=>self::getBasePath().'/home'));
5951

6052
$process->run();
6153
$this->assertProcess($process);
6254
}
63-
64-
<<<<<<< HEAD
65-
}
66-
=======
6755
}
68-
>>>>>>> f6e6c2c58d5298e4f1388109ae09eec97482cd63

0 commit comments

Comments
 (0)