summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/run_tests
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-crt-php/run_tests')
-rwxr-xr-xvendor/aws/aws-crt-php/run_tests18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/aws/aws-crt-php/run_tests b/vendor/aws/aws-crt-php/run_tests
deleted file mode 100755
index 18b449a..0000000
--- a/vendor/aws/aws-crt-php/run_tests
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-
-set -ex
-
-launcher=
-if command -v catchsegv; then
- launcher=catchsegv
-fi
-
-if [ -z $PHP_BINARY ]; then
- PHP_BINARY=$(which php)
-fi
-
-if [ ! -d vendor ]; then
- composer update
-fi
-
-$launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug