DEBSOURCES
Skip Quicknav
sources / php-codesniffer / 1.3.4-1 / debian / tests_run
1234567891011
#!/bin/sh set -e pear_pkg=`ls | grep PHP_CodeSniffer` cd ${pear_pkg} PKG_ROOT=`pwd` cd tests phpunit -d include_path=".:/usr/share/php:${PKG_ROOT}" AllTests.php