We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ea24f commit a2fc815Copy full SHA for a2fc815
.dunitconfig
Makefile
@@ -1,6 +1,6 @@
1
-all: cs dunit unit
+all: cs unit
2
travis: cs travis-unit
3
-contrib: cs dunit unit
+contrib: cs unit
4
5
init:
6
if [ ! -d vendor ]; then composer install; fi;
@@ -11,9 +11,6 @@ cs: init
11
unit: init
12
./vendor/bin/phpunit --coverage-text --coverage-html covHtml
13
14
-dunit: init
15
- ./vendor/bin/dunit
16
-
17
travis-unit: init
18
./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
19
0 commit comments