Core/tests/application/Config/config.error.php
Abel 7fc7d63179 Implemented renewed unit tests.
These now work in the new construction
2016-07-07 18:29:26 +02:00

5 lines
120 B
PHP

<?php return array (
'error_reporting' => true,
'log_to_file' => false,
'logger_template' => 'logger_default',
) ;