You are here

public function PHPUnit_Util_Configuration::getFilename in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Util/Configuration.php \PHPUnit_Util_Configuration::getFilename()

Returns the realpath to the configuration file.

@since Method available since Release 3.6.0

Return value

string

File

vendor/phpunit/phpunit/src/Util/Configuration.php, line 202

Class

PHPUnit_Util_Configuration
Wrapper for the PHPUnit XML configuration file.

Code

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