Skip to content

Commit

Permalink
Merge "test: Enable lessjs-3.13.1/compression fixture"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed May 4, 2024
2 parents 1b089a8 + 9480df8 commit b1aff8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#colours{color1:#fea;color2:#ffeeaa;color3:rgba(255,238,170,0.1);string:"#fea";/*! but not this type
Note preserved whitespace
*/}dimensions{val:0.1px;val:0em;val:4cm;val:0.2;val:5;angles-must-have-unit:0deg;durations-must-have-unit:0s;length-doesnt-have-unit:0px;width:auto\9}@page{marks:none;@top-left-corner{vertical-align:top}@top-left{vertical-align:top}}.shadow^.dom,body^^.shadow{display:done}
2 changes: 1 addition & 1 deletion test/fixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'lessjs-3.13.1/compression' => [
'lessDir' => "$fixtureDir/lessjs-2.5.3/less/compression",
'cssDir' => "$fixtureDir/lessjs-2.5.3/css/compression",
// 'overrideDir' => "$fixtureDir/lessjs-3.13.1/override/compression",
'overrideDir' => "$fixtureDir/lessjs-3.13.1/override/compression",
'options' => [
'compress' => true,
],
Expand Down
3 changes: 0 additions & 3 deletions test/phpunit/FixturesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ class phpunit_FixturesTest extends phpunit_bootstrap {
'lessjs-3.13.1/include-path' => [
'include-path' => true,
],
'lessjs-3.13.1/compression' => [
'compression' => true,
],
];

public static function provideFixtures() {
Expand Down

0 comments on commit b1aff8c

Please sign in to comment.