File: phpunit

package info (click to toggle)
php-hamcrest 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 892 kB
  • sloc: php: 6,332; makefile: 11; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh
mkdir --parents vendor
phpab \
	--template debian/autoload.php.tpl \
	--output vendor/autoload.php \
	tests generator
phpunit --configuration tests/phpunit.xml.dist