php-hotfix/bin/bootstrap.php

10 lines
182 B
PHP
Raw Normal View History

2016-04-19 13:54:03 +00:00
<?php
require_once __DIR__."/../vendor/autoload.php";
require_once __DIR__."/systemtest.php";
use NoccyLabs\Hotfix\HotfixApplication;
$app = new HotfixApplication();
$app->run();