Skip to content

Commit ac66ee7

Browse files
author
Michele Fantetti
committed
Add frontend template hints status command after suggestions
1 parent 6f14ca2 commit ac66ee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Developer/Test/Unit/Console/Command/TemplateHintsStatusCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Magento\Developer\Console\Command\TemplateHintsStatusCommand;
1111
use Magento\Framework\App\Config\ReinitableConfigInterface;
1212
use Magento\Framework\App\Config\ScopeConfigInterface;
13+
use Magento\Framework\Console\Cli;
1314
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Console\Tester\CommandTester;
1516

@@ -57,7 +58,7 @@ public function testExecute()
5758
$tester->execute([]);
5859

5960
$this->assertEquals(
60-
0,
61+
Cli::RETURN_SUCCESS,
6162
$tester->getStatusCode()
6263
);
6364
}

0 commit comments

Comments
 (0)