mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 20:50:18 +02:00
[Nostromo] PSR-2
This commit is contained in:
parent
d8cd3b4058
commit
f472084829
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace Mage\Tests\Command\BuiltIn;
|
||||
|
||||
|
||||
use Mage\Command\BuiltIn\DeployCommand;
|
||||
use Mage\Command\AbstractCommand;
|
||||
use Mage\Tests\MageTestApplication;
|
||||
@ -74,9 +73,9 @@ class DeployCommandTest extends TestCase
|
||||
),
|
||||
),
|
||||
),
|
||||
'on-release' => NULL,
|
||||
'post-release' => NULL,
|
||||
'post-deploy' => NULL,
|
||||
'on-release' => null,
|
||||
'post-release' => null,
|
||||
'post-deploy' => null,
|
||||
),
|
||||
),
|
||||
)
|
||||
@ -189,9 +188,9 @@ class DeployCommandTest extends TestCase
|
||||
),
|
||||
),
|
||||
),
|
||||
'on-release' => NULL,
|
||||
'post-release' => NULL,
|
||||
'post-deploy' => NULL,
|
||||
'on-release' => null,
|
||||
'post-release' => null,
|
||||
'post-deploy' => null,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
@ -73,9 +73,9 @@ class ListCommandTest extends TestCase
|
||||
),
|
||||
),
|
||||
),
|
||||
'on-release' => NULL,
|
||||
'post-release' => NULL,
|
||||
'post-deploy' => NULL,
|
||||
'on-release' => null,
|
||||
'post-release' => null,
|
||||
'post-deploy' => null,
|
||||
),
|
||||
),
|
||||
)
|
||||
@ -103,5 +103,4 @@ class ListCommandTest extends TestCase
|
||||
$this->assertEquals($ranCommands[$index], $command);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -73,9 +73,9 @@ class RollbackCommandTest extends TestCase
|
||||
),
|
||||
),
|
||||
),
|
||||
'on-release' => NULL,
|
||||
'post-release' => NULL,
|
||||
'post-deploy' => NULL,
|
||||
'on-release' => null,
|
||||
'post-release' => null,
|
||||
'post-deploy' => null,
|
||||
),
|
||||
),
|
||||
)
|
||||
@ -103,5 +103,4 @@ class RollbackCommandTest extends TestCase
|
||||
$this->assertEquals($ranCommands[$index], $command);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace Mage\Tests\Command\BuiltIn;
|
||||
|
||||
|
||||
use Mage\Command\BuiltIn\VersionCommand;
|
||||
use Mage\Command\AbstractCommand;
|
||||
use Mage\Tests\MageTestApplication;
|
||||
|
@ -20,7 +20,6 @@ class ProcessMockup extends Process
|
||||
|
||||
public function run($callback = null)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function isSuccessful()
|
||||
|
Loading…
Reference in New Issue
Block a user