Utility methods to load PHP sourcefiles.
@package PHPUnit @subpackage Util @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link http://www.phpunit.de/ @since Class available since Release 2.3.0
Expanded class hierarchy of PHPUnit_Util_Fileloader
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PHPUnit_Util_Fileloader:: |
public static | function | Checks if a PHP sourcefile is readable. The sourcefile is loaded through the load() method. | |
PHPUnit_Util_Fileloader:: |
public static | function | Loads a PHP sourcefile. |