aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/php/tests/bootstrap_phpunit.php
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/php/tests/bootstrap_phpunit.php')
-rw-r--r--third_party/protobuf/3.6.0/php/tests/bootstrap_phpunit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/protobuf/3.6.0/php/tests/bootstrap_phpunit.php b/third_party/protobuf/3.6.0/php/tests/bootstrap_phpunit.php
new file mode 100644
index 0000000000..8452f15896
--- /dev/null
+++ b/third_party/protobuf/3.6.0/php/tests/bootstrap_phpunit.php
@@ -0,0 +1,5 @@
+<?php
+
+require_once("vendor/autoload.php");
+
+error_reporting(E_ALL);