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 6f14ca2 commit ac66ee7Copy full SHA for ac66ee7
app/code/Magento/Developer/Test/Unit/Console/Command/TemplateHintsStatusCommandTest.php
@@ -10,6 +10,7 @@
10
use Magento\Developer\Console\Command\TemplateHintsStatusCommand;
11
use Magento\Framework\App\Config\ReinitableConfigInterface;
12
use Magento\Framework\App\Config\ScopeConfigInterface;
13
+use Magento\Framework\Console\Cli;
14
use PHPUnit\Framework\TestCase;
15
use Symfony\Component\Console\Tester\CommandTester;
16
@@ -57,7 +58,7 @@ public function testExecute()
57
58
$tester->execute([]);
59
60
$this->assertEquals(
- 0,
61
+ Cli::RETURN_SUCCESS,
62
$tester->getStatusCode()
63
);
64
}
0 commit comments