This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/tests/test-deep.sh

10 lines
275 B
Bash
Raw Normal View History

#!/bin/sh
php \
-d xdebug.profiler_output_dir=./data/prof/ \
-d xdebug.profiler_enable=1 \
2017-09-17 16:08:08 +00:00
./vendor/bin/phpunit \
--config tests/phpunit.xml \
--coverage-clover data/coverage.clover
2017-09-17 18:37:30 +00:00
# -d extension.dir=/usr/local/Cellar/php71-xdebug/2.5.5/ \
# -d extension=xdebug.so \