Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit 1213006

Browse files
committed
Use full phpunit path because rsync (CentOS) breaks symlinks
1 parent 34ed5a9 commit 1213006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Acceptance/vagrant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cd ~/cpriego-valet-linux
1616
valet install
1717

1818
# Run Functional tests
19-
./vendor/bin/phpunit --group acceptance --exclude-group none
19+
./vendor/phpunit/phpunit/phpunit --group acceptance --exclude-group none

0 commit comments

Comments
 (0)