Code

< 40 %
40-60 %
> 60 %
1
<?php
2
3
use Canvas\Bootstrap\Api;
4
5
require_once __DIR__ . '/tests/autoload.php';
6
7
$bootstrap = new Api();
8
9
$bootstrap->setup();
10
$bootstrap->run();
11