Skip to content

Commit 8400e29

Browse files
committed
Divide commands into separate lines
1 parent 71e5de0 commit 8400e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,8 @@ build_php5.6_mac() {
482482
export PATH="$PHP_FOLDER/bin:$PATH"
483483

484484
# Install phpunit
485-
curl https://phar.phpunit.de/phpunit-5.6.8.phar -L -o phpunit.phar chmod +x phpunit.phar
485+
curl https://phar.phpunit.de/phpunit-5.6.8.phar -L -o phpunit.phar
486+
chmod +x phpunit.phar
486487
sudo mv phpunit.phar /usr/local/bin/phpunit
487488

488489
# Install valgrind

0 commit comments

Comments
 (0)