File: upstream

package info (click to toggle)
gregwar-captcha 1.2.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: php: 618; makefile: 16; sh: 6
file content (8 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu

cp -a debian/autoload.tests.php.tpl phpunit.xml.dist tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
mkdir -p ./vendor
phpab --output ./vendor/autoload.php --template ./autoload.tests.php.tpl ./tests
phpunit --debug