Skip to content

Commit 227335f

Browse files
committed
Removed dunit
1 parent c651ff4 commit 227335f

File tree

4 files changed

+8
-78
lines changed

4 files changed

+8
-78
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,7 +1,7 @@
1-
all: cs dunit unit
1+
all: cs unit
22
travis: cs travis-unit
33
travis-benchmark: benchmark-travis
4-
contrib: cs dunit unit
4+
contrib: cs unit
55

66
init:
77
if [ ! -d vendor ]; then composer install; fi;
@@ -27,9 +27,6 @@ travis-benchmark-delimited: init
2727
if [ -f ".phpbench_storage/xml/previous.xml" ]; then ./vendor/bin/phpbench report --file=.phpbench_storage/xml/previous.xml --report='generator: "table", cols: ["benchmark", "subject", "params", "best", "mean", "mode", "worst", "diff"], break: ["benchmark"], sort: {mean: "asc"}' --output=delimited; fi;
2828
if [ -f ".phpbench_storage/xml/previous.xml" ]; then cat .phpbench_storage/csv/previous.csv; fi;
2929

30-
dunit: init
31-
./vendor/bin/dunit
32-
3330
travis-unit: init
3431
./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
3532

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"require-dev": {
2626
"phpunit/phpunit": "^5.5",
2727
"squizlabs/php_codesniffer": "^2.6",
28-
"vectorface/dunit": "~2.0",
2928
"phake/phake": "^2.3",
3029
"phpbench/phpbench": "^0.11"
3130
},

composer.lock

Lines changed: 6 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)