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 |