|
|
|
@ -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, |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|
) |
|
|
|
|