mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
10 lines
232 B
PHP
10 lines
232 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/../lib/bootstrap.php';
|
|
require_once __DIR__ . '/../tests/helper.php';
|
|
|
|
ini_set('display_errors', 1);
|
|
ini_set('display_startup_errors', 1);
|
|
ini_set('error_reporting', E_ALL);
|
|
ini_set('log_errors', 1);
|