8000
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.
2 parents b260990 + bfe139c commit 8329937Copy full SHA for 8329937
tests/phpunit/Processor/ProcessorTest.php
@@ -30,7 +30,6 @@ public function attachFiles()
30
static::getSharedFixturesDirectory() . '/compass' => 1,
31
static::getSharedFixturesDirectory() . '/scss/layout.scss' => 1,
32
static::getSharedFixturesDirectory() . '/scss' => 4,
33
- static::getSharedFixturesDirectory() => 9
34
];
35
foreach ($paths as $path => $expectedFiles) {
36
$processor = new Processor($this->io);
0 commit comments