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

Commit

Permalink
Fixed dunit config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Nov 16, 2015
1 parent a6be508 commit 453f9ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .dunitconfig
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# the list of docker images to run against
// the list of docker images to run against
images="
vectorface/php5.4
vectorface/php5.5
vectorface/php5.6
vectorface/hhvm";


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

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

0 comments on commit 453f9ee

Please sign in to comment.