File: phpunit

package info (click to toggle)
php-league-commonmark 1.5.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,284 kB
  • sloc: php: 16,992; makefile: 24; ruby: 21; javascript: 15; sh: 9
file content (10 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-installed-script-for-CI.patch
mkdir --parent vendor
phpab   --output vendor/autoload.php \
        --template debian/autoload.tests.php.tpl \
        tests
phpunit
exit=$?
patch -Rp1 < debian/patches/DEP-8/Use-installed-script-for-CI.patch
exit $exit