File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments