12 - DISABLE_FUNCTIONS="gzopen"
20 - "chat.freenode.net#dokuwiki"
24 - if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then wget -O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://phar.phpunit.de/phpunit-7.phar; fi
25 - if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi
26 # Force PHPUnit 7 #2693; nightly will match $TRAVIS_PHP_VERSION > '7.1' rule
28 - test -z "$DISABLE_FUNCTIONS" || echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
29 - cp _test/mysql.conf.php.dist _test/mysql.conf.php
30 - cp _test/pgsql.conf.php.dist _test/pgsql.conf.php
33 - cd _test && phpunit --verbose --stderr