File: phpunit

package info (click to toggle)
php-opis-closure 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 340 kB
  • sloc: php: 3,240; xml: 41; makefile: 15; sh: 8
file content (11 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set +x

phpab \
	-o $AUTOPKGTEST_TMP/autoload.php \
	-t debian/autoload.php.test.tpl \
	tests

phpunit -v \
	--include-path /usr/share/php/Opis/Closure \
	--bootstrap $AUTOPKGTEST_TMP/autoload.php