Method |
Description |
|
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. |
|