Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
75.00% |
3 / 4 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /* |
| 3 | * This file is part of Aplus Command Line Tool. |
| 4 | * |
| 5 | * (c) Natan Felles <natanfelles@gmail.com> |
| 6 | * |
| 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | * file that was distributed with this source code. |
| 9 | */ |
| 10 | if (is_file(__DIR__ . '/../../autoload/src/Preloader.php')) { |
| 11 | require __DIR__ . '/../../autoload/src/Preloader.php'; |
| 12 | } else { |
| 13 | require __DIR__ . '/../vendor/aplus/autoload/src/Preloader.php'; |
| 14 | } |
| 15 | |
| 16 | use Framework\Autoload\Preloader; |
| 17 | |
| 18 | (new Preloader())->load(); |