12 - DISABLE_FUNCTIONS="gzopen"
23 - "chat.freenode.net#dokuwiki"
27 - php _test/fetchphpunit.php
29 - test -z "$DISABLE_FUNCTIONS" || echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
30 - cp _test/mysql.conf.php.dist _test/mysql.conf.php
31 - cp _test/pgsql.conf.php.dist _test/pgsql.conf.php
32 - ./_test/phpunit.phar --version
34 - cd _test && ./phpunit.phar --verbose --stderr