ae55fd2cc5
* Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
|
|
require_once("vendor/autoload.php");
|
|
|
|
error_reporting(E_ALL);
|