Skip to content

Commit 2015522

Browse files
committed
cleanup
1 parent 7598e22 commit 2015522

File tree

6 files changed

+10
-30
lines changed

6 files changed

+10
-30
lines changed

src/Util/TemplateLinter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use Symfony\Component\Process\Process;
1616

1717
/**
18+
* Linters used by make:* commands to cleanup the generated files.
19+
*
1820
* @author Jesse Rushlow <[email protected]>
1921
*
2022
* @internal

tests/Maker/TemplateLinterTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
* This test is not testing a maker directly. But the files generated by a maker.
2020
*
2121
* @author Jesse Rushlow <[email protected]>
22+
*
23+
* @internal
2224
*/
23-
class TemplateLinterTest extends MakerTestCase
25+
final class TemplateLinterTest extends MakerTestCase
2426
{
2527
protected function getMakerClass(): string
2628
{

tests/Util/TemplateLinterTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
use Symfony\Bundle\MakerBundle\Util\TemplateLinter;
1616

1717
/**
18+
* Linter tests are written in `tests/Maker/TemplateLinterTest`.
19+
*
1820
* @author Jesse Rushlow <[email protected]>
21+
*
22+
* @internal
1923
*/
20-
class TemplateLinterTest extends TestCase
24+
final class TemplateLinterTest extends TestCase
2125
{
2226
public function testExceptionBinaryPathDoesntExist(): void
2327
{

tests/Util/fixtures/source/TemplateLinterController.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/Util/fixtures/template_linter/ExpectedTemplateLinterController.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/fixtures/template-linter/.env

Whitespace-only changes.

0 commit comments

Comments
 (0)