3
* Xibo - Digital Signage - http://www.xibo.org.uk
4
* Copyright (C) 2015 Spring Signage Ltd
6
* This file (UserFactory.php) is part of Xibo.
8
* Xibo is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU Affero General Public License as published by
10
* the Free Software Foundation, either version 3 of the License, or
13
* Xibo is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU Affero General Public License for more details.
18
* You should have received a copy of the GNU Affero General Public License
19
* along with Xibo. If not, see <http://www.gnu.org/licenses/>.
22
error_reporting(E_ALL);
23
ini_set('display_errors', 1);
26
define('PROJECT_ROOT', realpath(__DIR__ . '/..'));
28
require_once PROJECT_ROOT . '/vendor/autoload.php';
29
require_once PROJECT_ROOT . '/tests/LocalWebTestCase.php';
31
if (!file_exists(PROJECT_ROOT . '/web/settings.php'))
32
die('Not configured');
b'\\ No newline at end of file'