Skip to content

Commit 408e75e

Browse files
committed
compat tests
1 parent fed6881 commit 408e75e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
tests:
22
vendor/bin/phpunit --colors tests
33

4+
compat:
5+
TEST_SCSS_COMPAT=1 vendor/bin/phpunit --colors tests | tail -2
6+
47
standard:
58
vendor/bin/phpcs --standard=PSR2 bin src tests *.php
69

0 commit comments

Comments
 (0)