File: phpunit

package info (click to toggle)
php-league-flysystem 1.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 856 kB
  • sloc: php: 6,100; xml: 28; makefile: 11; sh: 9
file content (12 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set +x

mkdir -p vendor
phpab \
	-o vendor/autoload.php \
	-t debian/autoload.php.test.tpl \
	tests stub

phpunit -v \
	--include-path /usr/share/php/League/Flysystem \
	--exclude-group integration