File: phpunit

package info (click to toggle)
php-arthurhoaro-web-thumbnailer 2.1.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 892 kB
  • sloc: php: 3,365; makefile: 19; sh: 9
file content (10 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
mkdir --parents vendor
phpabtpl \
    --require arthurhoaro/web-thumbnailer \
    > debian/autoload.tests.php.tpl
phpab \
    --output vendor/autoload.php \
    --template debian/autoload.tests.php.tpl \
    tests
phpunit --do-not-cache-result --no-coverage --testsuite AllTests