summaryrefslogtreecommitdiff
path: root/plugins/broadcast/root/tests/bootstrap.php
blob: d0dfb88b0676cdca79df395df0e92ec9937acd83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * Spiral Framework, SpiralScout LLC.
 *
 * @author    Anton Titov (Wolfy-J)
 */

declare(strict_types=1);

error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 'stderr');

//Composer
require dirname(__DIR__) . '/vendor_php/autoload.php';