File: phpunit

package info (click to toggle)
php-json-schema 6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,216 kB
  • sloc: php: 9,403; makefile: 153; python: 28; sh: 13
file content (14 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-existing-path-for-CI.patch
mkdir --parents vendor
phpabtpl \
	--require justinrainbow/json-schema \
	--require phpspec/prophecy \
	> debian/autoload.tests.php.tpl
phpab   --output vendor/autoload.php \
        --template debian/autoload.tests.php.tpl \
        tests
phpunit 
exit=$? 
patch -Rp1 < debian/patches/DEP-8/Use-existing-path-for-CI.patch
exit $exit