Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbiba committed Nov 19, 2021
1 parent dc1f11a commit e10276d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Tests/Translation/Extractor/TwigExtractorTest.php
Expand Up @@ -21,17 +21,6 @@

class TwigExtractorTest extends TestCase
{
// public function testExcludeDirectories(): void
// {
// $extractor = $this->buildExtractor();
//
// $extractor->setExcludedDirectories([]);
// $this->assertEmpty($extractor->getExcludedDirectories());
//
// $extractor->setExcludedDirectories(['folder1', 'folder2']);
// $this->assertSame(['folder1', 'folder2'], $extractor->getExcludedDirectories());
// }

/**
* @throws Error
*/
Expand Down

0 comments on commit e10276d

Please sign in to comment.