Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace PHPUnit\TextUI\Configuration

Object name File name Summary
Builder vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
CodeCoverageFilterRegistry vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php CLI options and XML configuration are static within a single PHPUnit process.
It is therefore okay to use a Singleton registry here.
CodeCoverageReportNotConfiguredException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Configuration vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php @psalm-immutable
ConfigurationCannotBeBuiltException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Constant vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
ConstantCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
ConstantCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Directory vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
DirectoryCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
DirectoryCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Exception vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
ExtensionBootstrap vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
ExtensionBootstrapCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php @template-implements IteratorAggregate<int, ExtensionBootstrap>
ExtensionBootstrapCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
File vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
FileCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
FileCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
FilterDirectory vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
FilterDirectoryCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
FilterDirectoryCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
FilterNotConfiguredException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Group vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
GroupCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
GroupCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
IniSetting vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
IniSettingCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
IniSettingCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
LoggingNotConfiguredException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Merger vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoBaselineException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoBootstrapException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoCacheDirectoryException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoCliArgumentException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoConfigurationFileException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoCoverageCacheDirectoryException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoCustomCssFileException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoDefaultTestSuiteException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
NoPharExtensionDirectoryException vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Php vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
PhpHandler vendor/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Registry vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php CLI options and XML configuration are static within a single PHPUnit process.
It is therefore okay to use a Singleton registry here.
Source vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
SourceFilter vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
SourceMapper vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
TestDirectory vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
TestDirectoryCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
TestDirectoryCollectionIterator vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
TestFile vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
TestFileCollection vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Pagination

  • Page 1
  • Page 2
  • Next page
  • Last page

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal