Skip to content

Commit 7032acb

Browse files
committed
removed ./
1 parent 4409f14 commit 7032acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/run_php.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fi
120120

121121

122122
#Run unit tests
123-
cd /php-dev && ./bin/phpspec run
123+
cd /php-dev && ./bin/phpspec run --config=phpspec.yml --bootstrap=vendor/autoload.php --no-interaction --format=pretty
124124

125125
#Run php-cs-fixer
126126
./bin/php-cs-fixer fix . --dry-run --diff --level=psr2

0 commit comments

Comments
 (0)