File: phpunit

package info (click to toggle)
php-codesniffer 3.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,988 kB
  • sloc: php: 67,146; xml: 12,380; pascal: 7,999; javascript: 2,078; makefile: 9; sh: 8
file content (9 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
cd PHP_CodeSniffer-*/tests
phpab -o autoload.php Core
phpunit -c ../phpunit.xml.dist
exit=$?
cd ../..
patch -Rp1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
exit $exit