Skip to content

Commit a2fc815

Browse files
committed
Removed dunit
1 parent 78ea24f commit a2fc815

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.dunitconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
all: cs dunit unit
1+
all: cs unit
22
travis: cs travis-unit
3-
contrib: cs dunit unit
3+
contrib: cs unit
44

55
init:
66
if [ ! -d vendor ]; then composer install; fi;
@@ -11,9 +11,6 @@ cs: init
1111
unit: init
1212
./vendor/bin/phpunit --coverage-text --coverage-html covHtml
1313

14-
dunit: init
15-
./vendor/bin/dunit
16-
1714
travis-unit: init
1815
./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
1916

0 commit comments

Comments
 (0)