File: run-upstream-tests

package info (click to toggle)
php-mock-phpunit 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: php: 841; makefile: 19; sh: 7; xml: 7
file content (8 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (6)
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