class PHPUnit_Util_Fileloader

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

Hierarchy

Expanded class hierarchy of PHPUnit_Util_Fileloader

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Fileloader.php, line 57

View source

Members

Namesort descending Modifiers Type Description Overrides
PHPUnit_Util_Fileloader::checkAndLoad public static function Checks if a PHP sourcefile is readable. The sourcefile is loaded through the load() method.
PHPUnit_Util_Fileloader::load public static function Loads a PHP sourcefile.