File: upstream

package info (click to toggle)
gregwar-captcha 1.1.9%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: php: 620; makefile: 20; sh: 7
file content (9 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -eu

cp -a phpunit.xml.dist tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
phpabtpl --require gregwar/captcha > ./autoload.tests.php.tpl 2>&1
mkdir -p ./vendor
phpab --output ./vendor/autoload.php --template ./autoload.tests.php.tpl ./tests
phpunit --verbose --debug