jaroslavtyc/drd-plus-professions

View on GitHub
tests/tests_bootstrap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types = 1);

require_once __DIR__ . '/../vendor/autoload.php';

error_reporting(-1);
ini_set('display_errors', '1');

ini_set('xdebug.max_nesting_level', '100');