Skip to content

Commit 506a627

Browse files
committed
Pass --debug to phpunit
1 parent 6f39bfe commit 506a627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
php7.3 /usr/bin/composer install --no-progress
5656
export USE_ZEND_ALLOC=0
5757
export ASAN_OPTIONS=exitcode=139
58-
php vendor/bin/phpunit
58+
php vendor/bin/phpunit --debug
5959
if [ $? -gt 128 ]; then
6060
exit 1
6161
fi

0 commit comments

Comments
 (0)