File: phpunit

package info (click to toggle)
php-dompdf 2.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,176 kB
  • sloc: php: 22,518; sh: 91; xml: 80; makefile: 52
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