protobuf/php/tests/bootstrap_phpunit.php
Paul Yang ae55fd2cc5 Enforce all error report for php tests. (#3670)
* Enforce all error report for php tests.

* Import vendor/autoload.php in tests/bootstrap_phpunit.php
2017-09-22 14:08:01 -07:00

6 lines
69 B
PHP

<?php
require_once("vendor/autoload.php");
error_reporting(E_ALL);