Files
ac-ms-url-shortener/scripts/run-php-tests.sh
Anton Afanasyeu ca4d54fa18 initial
2026-06-23 12:21:13 +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"