File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
* Tests the command wrappers for Robo "assets" tasks.
15
15
*
16
16
* @coversDefaultClass \TaskRunner\Scss\TaskRunner\Commands\ScssCommands
17
+ * @phpcs:disable SlevomatCodingStandard.Arrays.TrailingArrayComma
17
18
*/
18
19
final class ScssCommandsTest extends TestCase
19
20
{
@@ -64,19 +65,19 @@ public function compileScssDataProvider(): array
64
65
nav ul li { color:#111; }
65
66
66
67
67
- CSS ,
68
+ CSS
68
69
],
69
70
[
70
71
'compressed ' ,
71
72
<<<CSS
72
73
nav ul{margin:0}nav ul li{color:#111}
73
- CSS ,
74
+ CSS
74
75
],
75
76
[
76
77
'crunched ' ,
77
78
<<<CSS
78
79
nav ul{margin:0}nav ul li{color:#111}
79
- CSS ,
80
+ CSS
80
81
],
81
82
[
82
83
'expanded ' ,
@@ -88,7 +89,7 @@ public function compileScssDataProvider(): array
88
89
color: #111;
89
90
}
90
91
91
- CSS ,
92
+ CSS
92
93
],
93
94
[
94
95
'nested ' ,
@@ -98,7 +99,7 @@ public function compileScssDataProvider(): array
98
99
nav ul li {
99
100
color: #111; }
100
101
101
- CSS ,
102
+ CSS
102
103
],
103
104
];
104
105
}
You can’t perform that action at this time.
0 commit comments