Skip to content

Commit b4d816a

Browse files
committed
Test enhancement
1 parent bc6ec74 commit b4d816a

12 files changed

+26
-1499
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ php:
77
- "7.1"
88
- "7.2"
99
- "7.3"
10+
- "7.4"
1011
- hhvm-3.30
1112
sudo: false
1213
dist: trusty
@@ -19,4 +20,3 @@ matrix:
1920
before_script: rm composer.lock && composer install
2021
script: ./vendor/bin/phpunit --coverage-clover build/coverage/xml
2122
after_script: ./vendor/bin/codacycoverage clover build/coverage/xml
22-

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"php": ">=5.3.2"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "~4.8",
15+
"phpunit/phpunit": "^4.8.36",
1616
"codacy/coverage": "^1.4"
1717
},
1818
"autoload": {
19-
"psr-0": { "Sabberworm\\CSS\\": "lib/" }
19+
"psr-4": { "Sabberworm\\CSS\\": "lib/Sabberworm/CSS/" }
2020
}
2121
}

0 commit comments

Comments
 (0)