File: phpunit

package info (click to toggle)
matomo-device-detector 6.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,684 kB
  • sloc: php: 7,758; xml: 79; makefile: 15; sh: 3
file content (9 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu

# Setup the autoload
phpab --output Tests/autoload.php --template debian/autoload-dep-8-tests.php.tpl Tests/

# Run the tests
phpunit Tests/ --no-coverage --do-not-cache-result --fail-on-empty-test-suite --bootstrap ./Tests/autoload.php