File: phpunit

package info (click to toggle)
phpunit-global-state 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 153
  • sloc: php: 650; xml: 29; makefile: 21; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh
mkdir -p vendor
phpab	--output vendor/autoload.php \
	--template debian/autoload.php.tpl \
	--basedir vendor \
	tests/_fixture
ant phpunit