File: run-upstream-tests

package info (click to toggle)
php-mock-phpunit 2.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 268 kB
  • sloc: php: 1,089; makefile: 20; xml: 8; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#!/bin/sh
mkdir --parents vendor
phpab --output vendor/autoload.php \
      --template debian/autoload.test.php.tpl \
      tests/
phpunit --do-not-cache-result \
	--bootstrap vendor/autoload.php \
	tests