We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baf873 commit c0f3e9cCopy full SHA for c0f3e9c
tests/_support/MockProjectTestCase.php
@@ -31,6 +31,7 @@ public function setUp(): void
31
$this->config->rootPath = self::$project;
32
$this->config->updater = 'Tatter\Patches\Test\MockUpdater';
33
$this->config->ignoredSources[] = 'FrameworkTest';
34
+ $this->config->ignoredSources[] = 'Tools';
35
}
36
37
public function tearDown(): void
0 commit comments