PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Price Calculator   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP Price Calculator
Calculate prices using arbitrary precision math
Author: By
Last change:
Date: 9 years ago
Size: 240 bytes
 

Contents

Class file image Download
<?php
$path
= array(
   
realpath('./../../'),
   
realpath('./src/')
);
set_include_path(get_include_path() . PATH_SEPARATOR . implode(PATH_SEPARATOR, $path));

require_once (
'PHPUnit/Autoload.php');
require_once (
'./../src/Autoload.php');