We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bafdf20 commit d630917Copy full SHA for d630917
tests/MagentoHackathon/Composer/Magento/FullStack/GlobalPluginTest.php
@@ -30,6 +30,7 @@ protected function prepareCleanDirectories()
30
31
public function testGlobalInstall()
32
{
33
+ $this->markTestSkipped('This has not been implemented yet.');
34
$process = new Process(
35
self::getComposerCommand().' global install ' . self::getComposerArgs(),
36
self::getProjectRoot()
@@ -42,7 +43,7 @@ public function testGlobalInstall()
42
43
44
public function testGlobalUpdate()
45
-
46
47
48
self::getComposerCommand().' global update ' . self::getComposerArgs(),
49
0 commit comments