Enforce all error report for php tests. (#3670)
* Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.phppull/3676/head
parent
c20440222a
commit
ae55fd2cc5
5 changed files with 25 additions and 5 deletions
@ -0,0 +1,5 @@ |
||||
<?php |
||||
|
||||
require_once("vendor/autoload.php"); |
||||
|
||||
error_reporting(E_ALL); |
Loading…
Reference in new issue