public function PHPUnit_Util_Configuration::getFilename

Returns the realpath to the configuration file.

@since Method available since Release 3.6.0

Return value

string

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Configuration.php, line 236

Class

PHPUnit_Util_Configuration
Wrapper for the PHPUnit XML configuration file.

Code

public function getFilename() {
  return $this->filename;
}