Skip to content

Commit 33d3196

Browse files
committed
AC-943: Create unit test for Magento2\Less\ColourDefinitionSniff check
1 parent 1153ab2 commit 33d3196

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Magento2/Tests/Less/ColourDefinitionUnitTest.less

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
@red: #aaaaaa;
77
@blue: #00F;
88
@green: #0f0;
9+
@purple: #abcdef;
910

1011
.my{
1112
color: @red;

Magento2/Tests/Less/ColourDefinitionUnitTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function getErrorList()
1515
return [
1616
6 => 1,
1717
7 => 1,
18-
15 => 1,
18+
16 => 1,
1919
];
2020
}
2121

0 commit comments

Comments
 (0)