Lggr
Static Public Member Functions | List of all members
PHPUnit\Util\Fileloader Class Reference

Static Public Member Functions

static checkAndLoad ($filename)
 
static load ($filename)
 

Detailed Description

Utility methods to load PHP sourcefiles.

Member Function Documentation

◆ checkAndLoad()

static PHPUnit\Util\Fileloader::checkAndLoad (   $filename)
static

Checks if a PHP sourcefile is readable. The sourcefile is loaded through the load() method.

Parameters
string$filename
Returns
string
Exceptions
Exception

◆ load()

static PHPUnit\Util\Fileloader::load (   $filename)
static

Loads a PHP sourcefile.

Parameters
string$filename
Returns
mixed

The documentation for this class was generated from the following file: