fembooru/tests/test-deep.sh
2017-09-17 18:16:07 +01:00

10 lines
286 B
Bash
Executable File

#!/bin/sh
php \
-d extension.dir=/usr/lib/php/extensions/no-debug-non-zts-20121212/ \
-d extension=xdebug.so \
-d xdebug.profiler_output_dir=./data/prof/ \
-d xdebug.profiler_enable=1 \
./vendor/bin/phpunit \
--config tests/phpunit.xml \
--coverage-clover data/coverage.clover