PHP Class alexia\mar\main

Show file Open project: alexia/php7mar

Public Methods

Method Description
__construct ( ) : void Main Constructor
autoloader ( $className ) : void Autoloader
getRealPath ( $path ) : mixed Get a full real path name to a given path.

Private Methods

Method Description
run ( ) : void Run tests, generator report sections.

Method Details

__construct() public method

Main Constructor
public __construct ( ) : void
return void

autoloader() public static method

Autoloader
public static autoloader ( $className ) : void
return void

getRealPath() public static method

Get a full real path name to a given path.
public static getRealPath ( $path ) : mixed
return mixed File/Folder path or false on error.