Search for discovery
- Search 7.x for discovery
- Search 9.5.x for discovery
- Search 8.9.x for discovery
- Search 10.3.x for discovery
- Search 11.x for discovery
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpUnitTestDiscovery | class | core/ |
Discovers available tests using the PHPUnit API. |
| PhpUnitTestDiscovery.php | file | core/ |
|
| PhpUnitTestDiscovery::$configurationFilePath | property | core/ |
Path to PHPUnit's configuration file. |
| PhpUnitTestDiscovery::$instance | property | core/ |
The singleton. |
| PhpUnitTestDiscovery::$warnings | property | core/ |
The warnings generated during the discovery. |
| PhpUnitTestDiscovery::addWarning | function | core/ |
Adds warning message generated during the discovery. |
| PhpUnitTestDiscovery::findAllClassFiles | function | core/ |
Discovers all class files in all available extensions. |
| PhpUnitTestDiscovery::getPhpunitTestSuite | function | core/ |
Determines the phpunit testsuite for a given classname, based on namespace. |
| PhpUnitTestDiscovery::getTestClasses | function | core/ |
Discovers available tests. |
| PhpUnitTestDiscovery::getTestClassInfo | function | core/ |
Returns the test class information. |
| PhpUnitTestDiscovery::getTestList | function | core/ |
Returns a list of tests from a TestSuite object. |
| PhpUnitTestDiscovery::getTestListLimitedToDirectory | function | core/ |
Returns a list of tests from a TestSuite object limited to a directory. |
| PhpUnitTestDiscovery::getWarnings | function | core/ |
Returns the warnings generated during the discovery. |
| PhpUnitTestDiscovery::instance | function | core/ |
Returns the singleton instance. |
| PhpUnitTestDiscovery::parseTestClassSummary | function | core/ |
Parses the phpDoc summary line of a test class. |
| PhpUnitTestDiscovery::setConfigurationFilePath | function | core/ |
Sets the configuration file path. |
| PhpUnitTestDiscovery::__construct | function | core/ |
|
| PhpUnitTestDiscoveryTest | class | core/ |
Tests equality of test discovery between run-tests.sh and PHPUnit CLI. |
| PhpUnitTestDiscoveryTest.php | file | core/ |
|
| PhpUnitTestDiscoveryTest::$xmlOutputFile | property | core/ |
The filepath to the XML file to be used for dumping the test list. |
| PhpUnitTestDiscoveryTest::setUp | function | core/ |
|
| PhpUnitTestDiscoveryTest::tearDown | function | core/ |
|
| PhpUnitTestDiscoveryTest::testPhpUnitTestDiscoveryEqualsInternal | function | core/ |
Tests equality of test discovery between run-tests.sh and PHPUnit CLI. |
| PhpUnitTestDiscoveryTest::TEST_LIST_MISMATCH_MESSAGE | constant | core/ |
|
| PhpUnitTestDiscoveryTracer | class | core/ |
Traces events dispatched by PHPUnit during the test discovery. |
| PhpUnitTestDiscoveryTracer.php | file | core/ |
|
| PhpUnitTestDiscoveryTracer::trace | function | core/ |
|
| PhpUnitTestDiscoveryTracer::__construct | function | core/ |
|
| PluginManagerBase::$discovery | property | core/ |
The object that discovers plugins managed by this manager. |
| PluginManagerBase::getDiscovery | function | core/ |
Gets the plugin discovery. |
| ResolvedLibraryDefinitionsFilesMatchTest::$libraryDiscovery | property | core/ |
The library discovery service. |
| RouteBuilderTest::$yamlDiscovery | property | core/ |
The mocked YAML discovery. |
| RouterTest::testAttributeDiscovery | function | core/ |
Tests routes defined using PHP attributes. |
| SectionStorageManagerTest::$discovery | property | core/ |
The plugin discovery. |
| SettableDiscoveryExtensionListTrait | trait | core/ |
Trait that allows extension discovery to be set. |
| SettableDiscoveryExtensionListTrait::$extensionDiscovery | property | core/ |
The extension discovery for this extension list. |
| SettableDiscoveryExtensionListTrait::getExtensionDiscovery | function | core/ |
|
| SettableDiscoveryExtensionListTrait::setExtensionDiscovery | function | core/ |
Sets the extension discovery. |
| StableLibraryOverrideTestBase::$libraryDiscovery | property | core/ |
The library discovery service. |
| StaticDiscovery | class | core/ |
Allows plugin definitions to be manually registered. |
| StaticDiscovery.php | file | core/ |
|
| StaticDiscovery::deleteDefinition | function | core/ |
Deletes a plugin definition. |
| StaticDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| StaticDiscovery::setDefinition | function | core/ |
Sets a plugin definition. |
| StaticDiscoveryDecorator | class | core/ |
A decorator that allows manual registration of undiscoverable definitions. |
| StaticDiscoveryDecorator.php | file | core/ |
|
| StaticDiscoveryDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| StaticDiscoveryDecorator::$registerDefinitions | property | core/ |
A callback or closure used for registering additional definitions. |
| StaticDiscoveryDecorator::getDefinition | function | core/ |
|
| StaticDiscoveryDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.