Skip to content

Commit 4a76545

Browse files
typo
1 parent 42b82bb commit 4a76545

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

tests/phpunit/Processor/ProcessorTest.php

+17-17
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@ public function attachFilesExpectedException()
5252
(new Processor($this->io))->attachFiles(static::getSharedFixturesDirectory() . '/do-not-exists', '');
5353
}
5454

55-
// /**
56-
// * @see Processor::processFile
57-
// * @test
58-
// */
59-
// public function processFileOnSCSS()
60-
// {
61-
// $this->invokeProcessFileMethod('scss/layout.scss', '');
62-
// }
63-
//
64-
// /**
65-
// * @see Processor::processFile
66-
// * @test
67-
// */
68-
// public function processFileOnCompass()
69-
// {
70-
// $this->invokeProcessFileMethod('compass/compass-integration.scss', '');
71-
// }
55+
/**
56+
* @see Processor::processFile
57+
* @test
58+
*/
59+
public function processFileOnSCSS()
60+
{
61+
$this->invokeProcessFileMethod('scss/layout.scss', '');
62+
}
63+
64+
/**
65+
* @see Processor::processFile
66+
* @test
67+
*/
68+
public function processFileOnCompass()
69+
{
70+
$this->invokeProcessFileMethod('compass/compass-integration.scss', '');
71+
}
7272

7373
/**
7474
* @see Processor::processFile

0 commit comments

Comments
 (0)