File: phpunit

package info (click to toggle)
php-league-flysystem 3.29.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,316 kB
  • sloc: php: 14,623; makefile: 48; sh: 31
file content (28 lines) | stat: -rwxr-xr-x 740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh
set -x

mkdir -p vendor
phpabtpl \
	--require league/flysystem \
	--require guzzlehttp/psr7 \
	> debian/autoload.php.test.tpl
phpab \
	--output vendor/autoload.php \
	--template debian/autoload.php.test.tpl \
	--whitelist *\adaptertestutilities\* \
	--blacklist *\asyncawss3\* \
	--blacklist *\awss3v3\* \
	--blacklist *\azureblobstorage\* \
	--blacklist *\ftp\* \
	--blacklist *\googlecloudstorage\* \
	--blacklist *\gridfs\* \
	--whitelist *\inmemory\* \
	--blacklist *\pathprefixing\* \
	--blacklist *\phpseclibv2\* \
	--blacklist *\phpseclibv3\* \
	--blacklist *\readonly\* \
	--blacklist *\webdav\* \
	--blacklist *\ziparchive\* \
	src

phpunit --exclude-group require-root src/*Test.php src/Local/*Test.php src/U*/*Test.php