file-fetcher
Public Member Functions | Static Public Member Functions | List of all members
PHPUnit\Util\Configuration Class Reference

Public Member Functions

 hasValidationErrors ()
 
 getValidationErrors ()
 
 getFilename ()
 
 getExtensionConfiguration ()
 
 getFilterConfiguration ()
 
 getGroupConfiguration ()
 
 getTestdoxGroupConfiguration ()
 
 getListenerConfiguration ()
 
 getLoggingConfiguration ()
 
 getPHPConfiguration ()
 
 handlePHPConfiguration ()
 
 getPHPUnitConfiguration ()
 
 getTestSuiteConfiguration (string $testSuiteFilter='')
 
 getTestSuiteNames ()
 

Static Public Member Functions

static getInstance (string $filename)
 

Member Function Documentation

◆ getExtensionConfiguration()

PHPUnit\Util\Configuration::getExtensionConfiguration ( )

◆ getFilename()

PHPUnit\Util\Configuration::getFilename ( )

Returns the real path to the configuration file.

◆ getFilterConfiguration()

PHPUnit\Util\Configuration::getFilterConfiguration ( )

Returns the configuration for SUT filtering.

◆ getGroupConfiguration()

PHPUnit\Util\Configuration::getGroupConfiguration ( )

Returns the configuration for groups.

◆ getInstance()

static PHPUnit\Util\Configuration::getInstance ( string  $filename)
static

Returns a PHPUnit configuration object.

Exceptions
Exception

◆ getListenerConfiguration()

PHPUnit\Util\Configuration::getListenerConfiguration ( )

Returns the configuration for listeners.

◆ getLoggingConfiguration()

PHPUnit\Util\Configuration::getLoggingConfiguration ( )

Returns the logging configuration.

◆ getPHPConfiguration()

PHPUnit\Util\Configuration::getPHPConfiguration ( )

Returns the PHP configuration.

◆ getPHPUnitConfiguration()

PHPUnit\Util\Configuration::getPHPUnitConfiguration ( )

Returns the PHPUnit configuration.

◆ getTestdoxGroupConfiguration()

PHPUnit\Util\Configuration::getTestdoxGroupConfiguration ( )

Returns the configuration for testdox groups.

◆ getTestSuiteConfiguration()

PHPUnit\Util\Configuration::getTestSuiteConfiguration ( string  $testSuiteFilter = '')

Returns the test suite configuration.

Exceptions
Exception

◆ getTestSuiteNames()

PHPUnit\Util\Configuration::getTestSuiteNames ( )

Returns the test suite names from the configuration.

◆ getValidationErrors()

PHPUnit\Util\Configuration::getValidationErrors ( )

◆ handlePHPConfiguration()

PHPUnit\Util\Configuration::handlePHPConfiguration ( )

Handles the PHP configuration.

◆ hasValidationErrors()

PHPUnit\Util\Configuration::hasValidationErrors ( )

The documentation for this class was generated from the following file: