1
0
mirror of git://f0xx.org/ac/ac-ms-template synced 2026-07-29 02:18:17 +03:00
Files
ac-ms-template/skeleton/scripts/run-php-tests.sh
Anton Afanasyeu 1ca30210bd initial
2026-06-23 12:29:30 +02:00

6 lines
158 B
Bash
Executable File

#!/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"