Skip to content

Commit 9353d9c

Browse files
committed
remove useless fixtures and make extract method protected
1 parent bd6c064 commit 9353d9c

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

src/Symfony/Component/Translation/Tests/Extractor/Visitor/AbstractVisitorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ abstract class AbstractVisitorTestCase extends TestCase
2121
/**
2222
* @param string|iterable<string> $resource Files, a file or a directory
2323
*/
24-
public function extract(NodeVisitor $visitor, string|iterable $resource): MessageCatalogue
24+
protected function extract(NodeVisitor $visitor, string|iterable $resource): MessageCatalogue
2525
{
2626
$extractor = new PhpAstExtractor([$visitor]);
2727
$extractor->setPrefix('prefix');

src/Symfony/Component/Translation/Tests/Fixtures/extractor-php-ast/form-type-visitor/form-type.php

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

0 commit comments

Comments
 (0)