PHP Classes

File: build/phpunit/phpunit.php

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   build/phpunit/phpunit.php   Download  
File: build/phpunit/phpunit.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Boiler Framework
Web application framework that implements MVC
Author: By
Last change:
Date: 9 years ago
Size: 171 bytes
 

Contents

Class file image Download
<?php
$_SERVER
['no_run'] = true;
require
__DIR__."/../../htdocs/index.php";
include
__DIR__."/Bindings/bootstrap.php";
include
BOILER_LOCATION."../tests/BaseTest.php";