| TemplateProjectTestBase::assertRequestedChangesWereLogged |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Asserts changes requested during the stage life cycle were logged. |
| TemplateProjectTestBase::copyCodebase |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::copyFixtureToTempDirectory |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Copies a fixture directory to a temporary directory and returns its path. |
| TemplateProjectTestBase::createTestProject |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Creates a test project from a given template and installs Drupal. |
| TemplateProjectTestBase::createVendorRepository |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Creates a Composer repository for all dependencies of the test project. |
| TemplateProjectTestBase::formLogin |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::getWebRoot |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Returns the full path to the test site's document root. |
| TemplateProjectTestBase::installModules |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Installs modules in the UI. |
| TemplateProjectTestBase::installQuickStart |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::instantiateServer |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::makePackageManagerTestApiRequest |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Gets a /package-manager-test-api response. |
| TemplateProjectTestBase::MAX_EXECUTION_TIME |
constant |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
The PHP web server's max_execution_time value. |
| TemplateProjectTestBase::PROJECT_ROOT_RELATIVE |
constant |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
The project root of the test site, relative to the workspace directory. |
| TemplateProjectTestBase::providerTemplate |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Data provider for tests which use all the core project templates. |
| TemplateProjectTestBase::runComposer |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Runs a Composer command and returns its output. |
| TemplateProjectTestBase::setReleaseMetadata |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Prepares the test site to serve an XML feed of available release metadata. |
| TemplateProjectTestBase::setUp |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::setUpstreamCoreVersion |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Sets the version of Drupal core to which the test site will be updated. |
| TemplateProjectTestBase::tearDown |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::unboundCoreConstraints |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Changes constraints for core packages to `*`. |
| TemplateProjectTestBase::visit |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::visitPackageManagerChangeLog |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Visits the 'admin/reports/dblog' and selects Package Manager's change log. |
| TemplateProjectTestBase::writeSettings |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Appends PHP code to the test site's settings.php. |
| template_preprocess_module_test_procedural_preprocess_includes |
function |
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc |
Template preprocess function for module_test_procedural_preprocess_includes. |
| template_preprocess_module_test_procedural_preprocess_theme |
function |
core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc |
Template preprocess function for module_test_procedural_preprocess_theme. |
| TemporaryQueryTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php |
Tests the temporary query functionality. |
| TemporaryQueryTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php |
Tests the temporary query functionality. |
| TemporaryQueryTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php |
Tests the temporary query functionality. |
| TemporaryQueryTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php |
Tests the temporary query functionality. |
| TemporaryQueryTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php |
|
| TemporaryQueryTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php |
|
| TemporaryQueryTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php |
|
| TemporaryQueryTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php |
|
| TemporaryQueryTest::testTemporaryQuery |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php |
Confirms that temporary tables work. |
| TemporaryQueryTest::testTemporaryQuery |
function |
core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php |
Confirms that temporary tables work. |
| TemporaryQueryTest::testTemporaryQuery |
function |
core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php |
Confirms that temporary tables work. |
| TemporaryQueryTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
Tests the temporary query functionality. |
| TemporaryQueryTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
|
| TemporaryQueryTestBase::countTableRows |
function |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
Returns the number of rows of a table. |
| TemporaryQueryTestBase::getConnection |
function |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
Returns the connection. |
| TemporaryQueryTestBase::testTemporaryQuery |
function |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
Confirms that temporary tables work. |
| TempStoreDatabaseTest |
class |
core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php |
Tests the temporary object storage system. |
| TempStoreDatabaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php |
|
| TempStoreDatabaseTest::testSharedTempStore |
function |
core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php |
Tests the SharedTempStore API. |
| TermAccessTest |
class |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
Tests the taxonomy term access permissions. |
| TermAccessTest.php |
file |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
|
| TermAccessTest::$defaultTheme |
property |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
|
| TermAccessTest::assertTermAccess |
function |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
Checks access on taxonomy term. |
| TermAccessTest::testTermAccess |
function |
core/modules/taxonomy/tests/src/Functional/TermAccessTest.php |
Tests access control functionality for taxonomy terms. |
| TermAutocompleteTest |
class |
core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php |
Tests the autocomplete implementation of the taxonomy class. |