| PhpRequirementTest.php |
file |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
|
| PhpRequirementTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
The theme to install as the default for testing. |
| PhpRequirementTest::setUp |
function |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
|
| PhpRequirementTest::testStatusPage |
function |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
Tests status report messages regarding the PHP version. |
| PhpStorageFactoryTest |
class |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the PHP storage factory. |
| PhpStorageFactoryTest.php |
file |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
|
| PhpStorageFactoryTest::setSettings |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Sets the Settings() singleton. |
| PhpStorageFactoryTest::setUp |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
|
| PhpStorageFactoryTest::testGetDefault |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the get() method using the 'default' settings. |
| PhpStorageFactoryTest::testGetNoSettings |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the get() method with no settings. |
| PhpStorageFactoryTest::testGetOverride |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the get() method with overridden settings. |
| PhpStorageTestBase |
class |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
Base test for PHP storages. |
| PhpStorageTestBase.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
|
| PhpStorageTestBase::$directory |
property |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
A unique per test class directory path to test php storage. |
| PhpStorageTestBase::additionalAssertCRUD |
function |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
Additional asserts to be run. |
| PhpStorageTestBase::assertCRUD |
function |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
Assert that a PHP storage's load/save/delete operations work. |
| PhpStorageTestBase::setUp |
function |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
|
| PhpTransliterationTest |
class |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Tests Transliteration component functionality. |
| PhpTransliterationTest |
class |
core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php |
Tests Transliteration component functionality. |
| PhpTransliterationTest.php |
file |
core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php |
|
| PhpTransliterationTest.php |
file |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
|
| PhpTransliterationTest::providerTestPhpTransliteration |
function |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Provides data for self::testPhpTransliteration(). |
| PhpTransliterationTest::providerTestPhpTransliterationRemoveDiacritics |
function |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Provides data for self::testRemoveDiacritics(). |
| PhpTransliterationTest::providerTestPhpTransliterationWithAlter |
function |
core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php |
Provides test data for testPhpTransliterationWithAlter. |
| PhpTransliterationTest::testPhpTransliteration |
function |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Tests the PhpTransliteration class. |
| PhpTransliterationTest::testPhpTransliterationWithAlter |
function |
core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php |
Tests the PhpTransliteration with an alter hook. |
| PhpTransliterationTest::testRemoveDiacritics |
function |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Tests the PhpTransliteration::removeDiacritics() function. |
| PhpTransliterationTest::testSafeInclude |
function |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Tests inclusion is safe. |
| PhpTufValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests Drupal\package_manager\Validator\PhpTufValidator. |
| PhpTufValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
|
| PhpTufValidatorTest::providerInvalidConfiguration |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Data provider for testing invalid plugin configuration. |
| PhpTufValidatorTest::providerInvalidConfigurationInStage |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Data provider for testing invalid plugin configuration in the stage. |
| PhpTufValidatorTest::setUp |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
|
| PhpTufValidatorTest::testInvalidConfigurationInProjectRoot |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests errors caused by invalid plugin configuration in the project root. |
| PhpTufValidatorTest::testInvalidConfigurationInStage |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests errors caused by invalid plugin configuration in the stage directory. |
| PhpTufValidatorTest::testPluginInstalledAndConfiguredProperly |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests that there are no errors if the plugin is set up correctly. |
| PhpTufValidatorTest::testPluginNotInstalledInProjectRoot |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests there is an error if the plugin is not installed in the project root. |
| PhpTufValidatorTest::testPluginRemovedFromStagePreApply |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests removing the plugin from the stage before applying it. |
| PhpTufValidatorTest::testPluginRemovedFromStagePreRequire |
function |
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php |
Tests removing the plugin from the stage on pre-require. |
| PhpUnitApiFindAllClassFilesTest |
class |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php |
Tests ::findAllClassFiles() between TestDiscovery and PhpUnitTestDiscovery. |
| PhpUnitApiFindAllClassFilesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php |
|
| PhpUnitApiFindAllClassFilesTest::argumentsProvider |
function |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php |
Provides test data to ::testEquality. |
| PhpUnitApiFindAllClassFilesTest::testEquality |
function |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php |
Checks that Drupal legacy and PHPUnit API based discoveries are equal. |
| PhpUnitApiGetTestClassesTest |
class |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php |
Tests ::getTestClasses() between TestDiscovery and PhpPUnitTestDiscovery. |
| PhpUnitApiGetTestClassesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php |
|
| PhpUnitApiGetTestClassesTest::argumentsProvider |
function |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php |
Provides test data to ::testEquality. |
| PhpUnitApiGetTestClassesTest::testEquality |
function |
core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php |
Checks that Drupal legacy and PHPUnit API based discoveries are equal. |
| PhpUnitAutoloaderTest |
class |
core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php |
Tests that classes are correctly loaded during PHPUnit initialization. |
| PhpUnitAutoloaderTest.php |
file |
core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php |
|
| PhpUnitAutoloaderTest::testPhpUnitTestClassesLoading |
function |
core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php |
Tests loading of classes provided by test sub modules. |