File: phpunit

package info (click to toggle)
phpdox 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,064 kB
  • ctags: 2,240
  • sloc: xml: 50,881; php: 7,770; makefile: 22; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
phpunit
exit=$?
patch -Rp1 < debian/patches/DEP-8/Use-installed-class-for-DEP-8-tests.patch
exit $exit