mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
$PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug
|