Skip to content

Commit

Permalink
Disable mbstring tests because PHPUnit can no longer run with those o…
Browse files Browse the repository at this point in the history
…ptions enabled
  • Loading branch information
defuse committed Dec 17, 2019
1 parent 389835f commit fc8aae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/phpunit.sh
Expand Up @@ -66,7 +66,8 @@ if [ $? -eq 0 ]; then
# Run the test suite with normal func_overload.
php -d mbstring.func_overload=0 phpunit.phar $COVERAGE1_ARGS --bootstrap "$parentdir/$1" "$parentdir/test/unit" && \
# Run the test suite again with funky func_overload.
php -d mbstring.func_overload=7 phpunit.phar $COVERAGE2_ARGS --bootstrap "$parentdir/$1" "$parentdir/test/unit"
# This is deprecated in PHP 7 and PHPUnit is no longer compatible with the options.
# php -d mbstring.func_overload=7 phpunit.phar $COVERAGE2_ARGS --bootstrap "$parentdir/$1" "$parentdir/test/unit"
EXITCODE=$?
# Cleanup
if [ "$clean" -eq 1 ]; then
Expand Down

0 comments on commit fc8aae1

Please sign in to comment.