File: phpunit

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

mkdir -p vendor
phpabtpl \
	--require league/flysystem \
	--require phpspec/prophecy \
	> debian/autoload.php.test.tpl
phpab \
	-o vendor/autoload.php \
	-t debian/autoload.php.test.tpl \
	tests stub

phpunit -v --exclude-group integration