File: phpunit

package info (click to toggle)
php-json-schema 5.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,116 kB
  • sloc: php: 8,229; makefile: 149; python: 28; sh: 9
file content (10 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
patch -p1 < debian/patches/DEP-8/Use-existing-path-for-CI.patch
mkdir --parents vendor
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