File: phpunit

package info (click to toggle)
phpunit-global-state 2.0.0really2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: php: 735; xml: 42; makefile: 18; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh
mkdir -p vendor
phpab	--output vendor/autoload.php \
	--template debian/autoload.ci.php.tpl \
	--basedir vendor \
	tests/_fixture
phpunit