phpci/index.php
2013-05-16 02:16:56 +01:00

15 lines
315 B
PHP

<?php
/**
* PHPCI - Continuous Integration for PHP
*
* @copyright Copyright 2013, Block 8 Limited.
* @license https://github.com/Block8/PHPCI/blob/master/LICENSE.md
* @link http://www.phptesting.org/
*/
session_start();
require_once('bootstrap.php');
$fc = new PHPCI\Application();
print $fc->handleRequest();