File: phpunit

package info (click to toggle)
php-zeta-console-tools 1.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,244 kB
  • sloc: php: 14,936; xml: 3,111; makefile: 12; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#! /bin/sh
mkdir --parent vendor
cp debian/autoload.php vendor
patch -p1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
phpunit --exclude-group interactive
exit=$?
patch -Rp1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
exit $exit