mirror of
git://f0xx.org/ac/ac-ms-template
synced 2026-07-29 05:18:34 +03:00
initial
This commit is contained in:
5
skeleton/scripts/run-php-tests.sh
Executable file
5
skeleton/scripts/run-php-tests.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# PHP unit-style checks (no phpunit required).
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
php "$ROOT/tests/run_tests.php"
|
||||
Reference in New Issue
Block a user