Skip to content

Commit 2bd35f6

Browse files
committed
1011: Updated testing files
1 parent 358f342 commit 2bd35f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

resources/fileTemplates/internal/Magento CLI Command Class.php.ft

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#parse("PHP File Header.php")
33

44
#if (${NAMESPACE})
5+
56
namespace ${NAMESPACE};
7+
68
#end
79

810
use Symfony\Component\Console\Command\Command;

testData/actions/generation/generator/CLICommandClassGenerator/generateCLICommandClass/TestCLICommandPHPClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class TestCLICommandPHPClass extends Command
1010
{
1111
/**
12-
* @inheritDoc
12+
* Initialization of the command
1313
*/
1414
protected function configure()
1515
{

0 commit comments

Comments
 (0)