Skip to content

Commit bfe139c

Browse files
RC10 - improved tests
1 parent d8c23f5 commit bfe139c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/phpunit/Processor/ProcessorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function attachFiles()
3030
static::getSharedFixturesDirectory() . '/compass' => 1,
3131
static::getSharedFixturesDirectory() . '/scss/layout.scss' => 1,
3232
static::getSharedFixturesDirectory() . '/scss' => 4,
33-
static::getSharedFixturesDirectory() => 9
3433
];
3534
foreach ($paths as $path => $expectedFiles) {
3635
$processor = new Processor($this->io);

0 commit comments

Comments
 (0)