10 lines
		
	
	
		
			182 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			182 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
require_once __DIR__."/../vendor/autoload.php";
 | 
						|
require_once __DIR__."/systemtest.php";
 | 
						|
 | 
						|
use NoccyLabs\Hotfix\HotfixApplication;
 | 
						|
 | 
						|
$app = new HotfixApplication();
 | 
						|
$app->run();
 |