PHP 클래스 PHPUnit_Util_Configuration, phpunit

Example XML configuration file: /path/to/files /path/to/MyTest.php /path/to/files/exclude name name name name /path/to/files /path/to/file /path/to/files /path/to/file Sebastian 22 April 19.78 MyRelativeFile.php MyRelativeDir .
파일 보기 프로젝트 열기: sebastianbergmann/phpunit 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$document
$filename
$xpath

공개 메소드들

메소드 설명
getFilename ( ) : string Returns the realpath to the configuration file.
getFilterConfiguration ( ) : array Returns the configuration for SUT filtering.
getGroupConfiguration ( ) : array Returns the configuration for groups.
getInstance ( string $filename ) : PHPUnit_Util_Configuration Returns a PHPUnit configuration object.
getListenerConfiguration ( ) : array Returns the configuration for listeners.
getLoggingConfiguration ( ) : array Returns the logging configuration.
getPHPConfiguration ( ) : array Returns the PHP configuration.
getPHPUnitConfiguration ( ) : array Returns the PHPUnit configuration.
getTestSuiteConfiguration ( $testSuiteFilter = null ) : PHPUnit_Framework_TestSuite Returns the test suite configuration.
getTestSuiteNames ( ) : array Returns the test suite names from the configuration.
getTestdoxGroupConfiguration ( ) : array Returns the configuration for testdox groups.
handlePHPConfiguration ( ) Handles the PHP configuration.

보호된 메소드들

메소드 설명
__construct ( string $filename ) Loads a PHPUnit configuration file.
getBoolean ( string $value, boolean $default ) : boolean
getInteger ( string $value, boolean $default ) : boolean
getTestSuite ( DOMElement $testSuiteNode, $testSuiteFilter = null ) : PHPUnit_Framework_TestSuite
readFilterDirectories ( string $query ) : array
readFilterFiles ( string $query ) : array
toAbsolutePath ( string $path, boolean $useIncludePath = false ) : string

비공개 메소드들

메소드 설명
__clone ( )
parseGroupConfiguration ( string $root ) : array

메소드 상세

__construct() 보호된 메소드

Loads a PHPUnit configuration file.
protected __construct ( string $filename )
$filename string

getBoolean() 보호된 메소드

protected getBoolean ( string $value, boolean $default ) : boolean
$value string
$default boolean
리턴 boolean

getFilename() 공개 메소드

Returns the realpath to the configuration file.
public getFilename ( ) : string
리턴 string

getFilterConfiguration() 공개 메소드

Returns the configuration for SUT filtering.
public getFilterConfiguration ( ) : array
리턴 array

getGroupConfiguration() 공개 메소드

Returns the configuration for groups.
public getGroupConfiguration ( ) : array
리턴 array

getInstance() 공개 정적인 메소드

Returns a PHPUnit configuration object.
public static getInstance ( string $filename ) : PHPUnit_Util_Configuration
$filename string
리턴 PHPUnit_Util_Configuration

getInteger() 보호된 메소드

protected getInteger ( string $value, boolean $default ) : boolean
$value string
$default boolean
리턴 boolean

getListenerConfiguration() 공개 메소드

Returns the configuration for listeners.
public getListenerConfiguration ( ) : array
리턴 array

getLoggingConfiguration() 공개 메소드

Returns the logging configuration.
public getLoggingConfiguration ( ) : array
리턴 array

getPHPConfiguration() 공개 메소드

Returns the PHP configuration.
public getPHPConfiguration ( ) : array
리턴 array

getPHPUnitConfiguration() 공개 메소드

Returns the PHPUnit configuration.
public getPHPUnitConfiguration ( ) : array
리턴 array

getTestSuite() 보호된 메소드

protected getTestSuite ( DOMElement $testSuiteNode, $testSuiteFilter = null ) : PHPUnit_Framework_TestSuite
$testSuiteNode DOMElement
리턴 PHPUnit_Framework_TestSuite

getTestSuiteConfiguration() 공개 메소드

Returns the test suite configuration.
public getTestSuiteConfiguration ( $testSuiteFilter = null ) : PHPUnit_Framework_TestSuite
리턴 PHPUnit_Framework_TestSuite

getTestSuiteNames() 공개 메소드

Returns the test suite names from the configuration.
public getTestSuiteNames ( ) : array
리턴 array

getTestdoxGroupConfiguration() 공개 메소드

Returns the configuration for testdox groups.

handlePHPConfiguration() 공개 메소드

Handles the PHP configuration.

readFilterDirectories() 보호된 메소드

protected readFilterDirectories ( string $query ) : array
$query string
리턴 array

readFilterFiles() 보호된 메소드

protected readFilterFiles ( string $query ) : array
$query string
리턴 array

toAbsolutePath() 보호된 메소드

protected toAbsolutePath ( string $path, boolean $useIncludePath = false ) : string
$path string
$useIncludePath boolean
리턴 string

프로퍼티 상세

$document 보호되어 있는 프로퍼티

protected $document

$filename 보호되어 있는 프로퍼티

protected $filename

$xpath 보호되어 있는 프로퍼티

protected $xpath