|
|
@ -32,7 +32,7 @@ set -e |
|
|
|
cd $(dirname $0) |
|
|
|
cd $(dirname $0) |
|
|
|
source ./determine_extension_dir.sh |
|
|
|
source ./determine_extension_dir.sh |
|
|
|
export GRPC_TEST_HOST=localhost:50051 |
|
|
|
export GRPC_TEST_HOST=localhost:50051 |
|
|
|
php $extension_dir $(which phpunit) -v --debug --strict \ |
|
|
|
php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug --strict \ |
|
|
|
../tests/generated_code/GeneratedCodeTest.php |
|
|
|
../tests/generated_code/GeneratedCodeTest.php |
|
|
|
php $extension_dir $(which phpunit) -v --debug --strict \ |
|
|
|
php $extension_dir -d max_execution_time=300 $(which phpunit) -v --debug --strict \ |
|
|
|
../tests/generated_code/GeneratedCodeWithCallbackTest.php |
|
|
|
../tests/generated_code/GeneratedCodeWithCallbackTest.php |
|
|
|