1 2 3 4 5 6 7 8 9 10 11 12
|
Test-Command: mkdir -p vendor && phpabtpl --require psr/container --require symfony/phpunit-bridge --require erusev/parsedown --require league/commonmark --require league/html-to-markdown --require twig/twig --require twig/extra-bundle --require twig/cache-extra --require twig/cssinliner-extra --require twig/html-extra --require twig/inky-extra --require twig/intl-extra --require twig/markdown-extra --require twig/string-extra > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests extra/*/Tests && SYMFONY_DEPRECATIONS_HELPER=weak phpunit && for i in extra/*/; do LC_ALL=en_US SYMFONY_DEPRECATIONS_HELPER=weak phpunit --bootstrap vendor/autoload.php -c $i/phpunit.xml.dist $i; done
Restrictions: rw-build-tree, allow-stderr
Depends: locales-all,
php-league-commonmark,
php-league-html-to-markdown,
php-parsedown,
php-psr-container,
php-symfony-phpunit-bridge,
phpab,
phpunit (>= 9),
pkg-php-tools (>= 1.41~),
@
|