File: phpunit

package info (click to toggle)
php-opis-closure 3.6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: php: 3,313; xml: 41; makefile: 17; sh: 8
file content (13 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -x
set -e

phpabtpl 2>/dev/null --require=Opis/Closure > $AUTOPKGTEST_TMP/autoload.php.test.tpl

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

phpunit --no-coverage --bootstrap $AUTOPKGTEST_TMP/autoload.php