File: phpunit

package info (click to toggle)
phpmyadmin-sql-parser 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,264 kB
  • sloc: php: 17,794; makefile: 14; sh: 9
file content (10 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set +x
phpab --output src/autoload.php \
      --template debian/autoload.php.tpl \
      src
mkdir -p vendor
phpab --output vendor/autoload.php \
      --template debian/vendor-autoload.php.tpl \
      tests
LC_ALL=C phpunit --no-coverage