| ExposedFormUITest::$modules |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Modules to install. |
| ExposedFormUITest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Views used by this test. |
| ExposedFormUITest::assertNoGroupedFilterErrors |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Asserts that there are no Grouped Filters errors. |
| ExposedFormUITest::setUp |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Sets up the test. |
| ExposedFormUITest::testExposedAdminUi |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the admin interface of exposed filter and sort items. |
| ExposedFormUITest::testExposedGroupedFilter |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the configuration of grouped exposed filters. |
| ExposedFormUITest::testGroupedFilterAdminUi |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the admin interface of exposed grouped filters. |
| ExposedFormUITest::testGroupedFilterAdminUiErrors |
function |
core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php |
Tests the error messages used in the grouped filter form. |
| ExtendFriendsTest |
class |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| ExtendingNonInstalledClass::testMethod |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/ExtendingNonInstalledClass.php |
Provides an empty test method for testing. |
| ExtensionAvailableConstraintValidator::$inTestEnvironment |
property |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionAvailableConstraintValidator.php |
Indicates if the application is running in a test environment. |
| ExtensionAvailableConstraintValidator::insideTest |
function |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionAvailableConstraintValidator.php |
Whether this validator is running inside a test. |
| ExtensionAvailableConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionAvailableConstraintValidatorTest.php |
Tests the ExtensionAvailable constraint validator. |
| ExtensionAvailableConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionAvailableConstraintValidatorTest.php |
|
| ExtensionAvailableConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionAvailableConstraintValidatorTest.php |
Modules to install. |
| ExtensionAvailableConstraintValidatorTest::dataProvider |
function |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionAvailableConstraintValidatorTest.php |
Data provider using yield statements. |
| ExtensionAvailableConstraintValidatorTest::testValidationModule |
function |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionAvailableConstraintValidatorTest.php |
Tests the ExtensionAvailable constraint validator. |
| ExtensionAvailableConstraintValidatorTest::testValidationProfile |
function |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionAvailableConstraintValidatorTest.php |
Tests the ExtensionAvailable constraint validator. |
| ExtensionDiscoveryTest |
class |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
Tests discovery of extensions. |
| ExtensionDiscoveryTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
|
| ExtensionDiscoveryTest::addFileToFilesystemStructure |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
|
| ExtensionDiscoveryTest::populateFilesystemStructure |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
Adds example files to the filesystem structure. |
| ExtensionDiscoveryTest::testExtensionDiscoveryTypeComment |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
Tests finding modules that have a trailing comment on the type property. |
| ExtensionDiscoveryTest::testExtensionDiscoveryVfs |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php |
Tests extension discovery in a virtual filesystem with vfsStream. |
| ExtensionExistsConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php |
Tests the ExtensionExists constraint validator. |
| ExtensionExistsConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php |
|
| ExtensionExistsConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionExistsConstraintValidatorTest.php |
Tests the ExtensionExists constraint validator. |
| ExtensionInstallStorageTest |
class |
core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php |
Tests Drupal\Core\Config\ExtensionInstallStorage. |
| ExtensionInstallStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php |
|
| ExtensionInstallStorageTest::testCreateCollection |
function |
core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php |
Tests create collection. |
| ExtensionListTest |
class |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests Drupal\Core\Extension\ExtensionList. |
| ExtensionListTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| ExtensionListTest::getMocks |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
|
| ExtensionListTest::providerCheckIncompatibility |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Data provider for testCheckIncompatibility(). |
| ExtensionListTest::setupTestExtensionList |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Sets up an a test extension list. |
| ExtensionListTest::testCheckIncompatibility |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests check incompatibility. |
| ExtensionListTest::testGet |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get. |
| ExtensionListTest::testGetAllAvailableInfo |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get all available info. |
| ExtensionListTest::testGetAllInstalledInfo |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get all installed info. |
| ExtensionListTest::testGetExtensionInfo |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get extension info. |
| ExtensionListTest::testGetList |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get list. |
| ExtensionListTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get name. |
| ExtensionListTest::testGetNameWithNonExistingExtension |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get name with non existing extension. |
| ExtensionListTest::testGetPath |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get path. |
| ExtensionListTest::testGetPathname |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get pathname. |
| ExtensionListTest::testGetPathNames |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get path names. |
| ExtensionListTest::testGetWithNonExistingExtension |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get with non existing extension. |
| ExtensionListTest::testReset |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests reset. |
| ExtensionListTest::testSetPathname |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests set pathname. |
| ExtensionListTest::testSetPathnameSurvivesReset |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests that set pathname survives reset. |