mirror of
git://f0xx.org/ac/ac-ms-url-shortener
synced 2026-07-29 04:17:57 +03:00
6 lines
158 B
Bash
Executable File
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"
|