PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Smoren Freelight   Math PHP Library   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Math PHP Library
Perform several types of math calculations
Author: By
Last change:
Date: 1 year ago
Size: 235 bytes
 

Contents

Class file image Download
<?php

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
    require_once(
__DIR__ . '/../vendor/autoload.php');
} elseif (
file_exists(__DIR__ . '/../../../autoload.php')) {
    require_once(
__DIR__ . '/../../../autoload.php');
}