Skip to content

Commit c0f3e9c

Browse files
committed
Ignore tools source during testing
1 parent 3baf873 commit c0f3e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_support/MockProjectTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public function setUp(): void
3131
$this->config->rootPath = self::$project;
3232
$this->config->updater = 'Tatter\Patches\Test\MockUpdater';
3333
$this->config->ignoredSources[] = 'FrameworkTest';
34+
$this->config->ignoredSources[] = 'Tools';
3435
}
3536

3637
public function tearDown(): void

0 commit comments

Comments
 (0)