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