blob: 933b25110149e74adc701203ac9dc1fc5f4eb2aa [file] [log] [blame]
#!/bin/bash
set -eux
pushd php
rm -rf vendor
php -v
php -m
composer update
composer test_c
popd
git clean -fXd
bazel test //php:conformance_test_c --action_env=PATH --test_env=PATH --test_output=streamed