Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 4dbd57c

Browse files
committed
make bdd task now shows pretty format
1 parent 41afe53 commit 4dbd57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test:
1313
./bin/phpunit test
1414

1515
bdd:
16-
./bin/phpspec run
16+
./bin/phpspec run --format=pretty
1717

1818
cover:
1919
./bin/phpunit --coverage-html ./cover test

0 commit comments

Comments
 (0)