Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 453f9ee

Browse files
committed
Fixed dunit config comments
1 parent a6be508 commit 453f9ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.dunitconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# the list of docker images to run against
1+
// the list of docker images to run against
22
images="
33
vectorface/php5.4
44
vectorface/php5.5
55
vectorface/php5.6
66
vectorface/hhvm";
77

88

9-
# a flag indicating whether to run the syntax check
9+
// a flag indicating whether to run the syntax check
1010
checkSyntax="true";
11-
# the syntax command to execute
11+
// the syntax command to execute
1212
syntaxCommand="find /opt/source -type f -name \"*.php\" ! -path \"*/vendor/*\" -print0 | xargs -0 -n 1 -P 8 php -l | grep -v 'No syntax errors'"
1313

14-
# a flag indicating whether to run the phpunit test suite
14+
// a flag indicating whether to run the phpunit test suite
1515
runTests="true";
16-
# the phpunit command to execute
16+
// the phpunit command to execute
1717
unitTestsCommand="/opt/source/vendor/bin/phpunit"

0 commit comments

Comments
 (0)