File: phpunit

package info (click to toggle)
php-laravel-lumen-framework 6.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: php: 3,873; makefile: 8; sh: 7
file content (10 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set +x

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

phpunit -v --include-path /usr/share/php/Laravel/Lumen