| InspectorTest::testAssertAllArrays |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are arrays. |
| InspectorTest::testAssertAllFloat |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are floating point variables. |
| InspectorTest::testAssertAllHaveKey |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members have specified keys. |
| InspectorTest::testAssertAllIntegers |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are integers. |
| InspectorTest::testAssertAllMatch |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting strstr() or stristr() match. |
| InspectorTest::testAssertAllNumeric |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all arguments are numbers or strings castable to numbers. |
| InspectorTest::testAssertAllObjects |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are objects. |
| InspectorTest::testAssertAllRegularExpressionMatch |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting regular expression match. |
| InspectorTest::testAssertAllStrictArrays |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are strict arrays. |
| InspectorTest::testAssertAllStringable |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are strings or objects with __toString(). |
| InspectorTest::testAssertAllStrings |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting all members are strings. |
| InspectorTest::testAssertStrictArray |
function |
core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php |
Tests asserting array is 0-indexed - the strict definition of array. |
| InstallConfiguratorTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php |
Tests Install Configurator. |
| InstallConfiguratorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php |
|
| InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded |
function |
core/tests/Drupal/KernelTests/Core/Recipe/InstallConfiguratorTest.php |
Tests the modules and themes to be installed. |
| InstalledPackagesListTest |
class |
core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php |
Tests Drupal\package_manager\InstalledPackagesList. |
| InstalledPackagesListTest |
class |
core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php |
Tests Drupal\package_manager\InstalledPackagesList. |
| InstalledPackagesListTest.php |
file |
core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php |
|
| InstalledPackagesListTest.php |
file |
core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php |
|
| InstalledPackagesListTest::testCorePackages |
function |
core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php |
Tests core packages. |
| InstalledPackagesListTest::testImmutability |
function |
core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php |
Tests immutability. |
| InstalledPackagesListTest::testPackageByDrupalProjectName |
function |
core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php |
Tests package by drupal project name. |
| InstalledPackagesListTest::testPackageComparison |
function |
core/modules/package_manager/tests/src/Unit/InstalledPackagesListTest.php |
Tests package comparison. |
| InstalledPackageTest |
class |
core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php |
Tests Drupal\package_manager\InstalledPackage. |
| InstalledPackageTest.php |
file |
core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php |
|
| InstalledPackageTest::testMetapackageWithAPath |
function |
core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php |
Tests metapackage with a path. |
| InstalledPackageTest::testPathResolution |
function |
core/modules/package_manager/tests/src/Unit/InstalledPackageTest.php |
Tests path resolution. |
| InstallerBrokenDatabaseCredentialsTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
Tests the installer with incorrect connection info in settings.php. |
| InstallerBrokenDatabaseCredentialsTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
|
| InstallerBrokenDatabaseCredentialsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
The theme to install as the default for testing. |
| InstallerBrokenDatabaseCredentialsTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
Prepares the current environment for running the test. |
| InstallerBrokenDatabaseCredentialsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
Installer step: Configure settings. |
| InstallerBrokenDatabaseCredentialsTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
Final installer step: Configure site. |
| InstallerBrokenDatabaseCredentialsTest::testRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabaseCredentialsTest.php |
Tests the expected requirements problem. |
| InstallerBrokenDatabasePortSettingsTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Tests the installer with incorrect connection info in settings.php. |
| InstallerBrokenDatabasePortSettingsTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
|
| InstallerBrokenDatabasePortSettingsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
The theme to install as the default for testing. |
| InstallerBrokenDatabasePortSettingsTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Prepares the current environment for running the test. |
| InstallerBrokenDatabasePortSettingsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Installer step: Configure settings. |
| InstallerBrokenDatabasePortSettingsTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Final installer step: Configure site. |
| InstallerBrokenDatabasePortSettingsTest::testRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerBrokenDatabasePortSettingsTest.php |
Tests the expected requirements problem. |
| InstallerConfigDirectorySetNoDirectoryErrorTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Tests installation when a config_sync_directory is set up but does not exist. |
| InstallerConfigDirectorySetNoDirectoryErrorTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
The directory where the sync directory should be created during install. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
The theme to install as the default for testing. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Prepares the current environment for running the test. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Installer step: Requirements problem. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Installer step: Configure settings. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Final installer step: Configure site. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::testError |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php |
Verifies that installation failed. |