Skip to content

Commit ea0eee6

Browse files
committed
Test enhancement
1 parent bc6ec74 commit ea0eee6

13 files changed

+28
-1500
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
composer.lock

.travis.yml

Lines changed: 2 additions & 2 deletions
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
@@ -16,7 +17,6 @@ matrix:
1617
php: "5.3"
1718
dist: precise
1819
sudo: false
19-
before_script: rm composer.lock && composer install
20+
before_script: 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)