File: phpunit

package info (click to toggle)
php-dompdf 3.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,848 kB
  • sloc: php: 26,450; sh: 109; xml: 100; makefile: 42
file content (13 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set +x
set -e

# generate autoload-files. keep in sync with debian/rules::override_dh_auto_build
phpabtpl debian/tests/composer.json > debian/autoload.tests.php.tpl
phpab --output tests/autoload.php \
      --template debian/autoload.tests.php.tpl \
      tests/

# keep in sync with debian/rules::override_dh_auto_test
phpunit --no-coverage --bootstrap tests/autoload.php