aboutsummaryrefslogtreecommitdiff
path: root/tests/bootstrap.php
blob: 6aee8b96fd2d52fda74c45da9170e074981385c1 (plain)
1
2
3
4
5
6
7
8
9
<?php
declare(strict_types=1);
error_reporting(E_ALL);
ini_set('display_errors', '1');

const COPY_LOG_TO_SYSLOG = false;

require dirname(__DIR__) . '/constants.php';
require LIB_PATH . '/lib_rss.php';	//Includes class autoloader