?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/vendor/knplabs/gaufrette/bin/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/vendor/knplabs/gaufrette

?? Viewing: tests

#!/bin/sh

set -o nounset
set -o errexit
set -o xtrace

DIR=$(dirname $0)/..

${DIR}/vendor/bin/phpunit tests
${DIR}/vendor/bin/phpspec run --format=pretty --no-code-generation


??

??