Skip to content

Commit 98b7d95

Browse files
committed
1011: Updated testing files
1 parent c80e35b commit 98b7d95

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

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

44
#if (${NAMESPACE})
5-
65
namespace ${NAMESPACE};
7-
86
#end
97

108
use Symfony\Component\Console\Command\Command;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22

3-
43
namespace Foo\Bar\Console\Command;
54

6-
75
use Symfony\Component\Console\Command\Command;
86
use Symfony\Component\Console\Input\InputInterface;
97
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)