File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -52,23 +52,23 @@ public function attachFilesExpectedException()
52
52
(new Processor ($ this ->io ))->attachFiles (static ::getSharedFixturesDirectory () . '/do-not-exists ' , '' );
53
53
}
54
54
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
+ }
72
72
73
73
/**
74
74
* @see Processor::processFile
You can’t perform that action at this time.
0 commit comments