| DeleteMultipleFormTest::testUntranslatableEntities |
function |
core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php |
Tests the delete form for untranslatable entities. |
| DeleteTest |
class |
core/modules/file/tests/src/Kernel/DeleteTest.php |
Tests the file delete function. |
| DeleteTest.php |
file |
core/modules/file/tests/src/Kernel/DeleteTest.php |
|
| DeleteTest::testCronDeleteNonExistingTemporary |
function |
core/modules/file/tests/src/Kernel/DeleteTest.php |
Tries to run cron deletion on file deleted from the file-system. |
| DeleteTest::testInUse |
function |
core/modules/file/tests/src/Kernel/DeleteTest.php |
Tries deleting a file that is in use. |
| DeleteTest::testUnused |
function |
core/modules/file/tests/src/Kernel/DeleteTest.php |
Tries deleting a normal file (as opposed to a directory, symlink, etc). |
| DeleteTruncateTest |
class |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Tests delete and truncate queries. |
| DeleteTruncateTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
|
| DeleteTruncateTest::testDeleteFromNonExistingTable |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Deleting from a not existing table throws a DatabaseExceptionWrapper. |
| DeleteTruncateTest::testSimpleDelete |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Confirms that we can delete a single record successfully. |
| DeleteTruncateTest::testSpecialColumnDelete |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Confirms that we can delete a single special column name record successfully. |
| DeleteTruncateTest::testSubselectDelete |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Confirms that we can use a subselect in a delete successfully. |
| DeleteTruncateTest::testTruncate |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Confirms that we can truncate a whole table successfully. |
| DeleteTruncateTest::testTruncateInTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Confirms that we can truncate a whole table while in transaction. |
| DeleteTruncateTest::testTruncateNonExistingTable |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Truncating a not existing table throws a DatabaseExceptionWrapper. |
| DeleteTruncateTest::testTruncateTransactionRollback |
function |
core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php |
Confirms that transaction rollback voids a truncate operation. |
| DemoUmamiProfileTest |
class |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests demo_umami profile. |
| DemoUmamiProfileTest.php |
file |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
|
| DemoUmamiProfileTest::$profile |
property |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
The profile to install as a basis for testing. |
| DemoUmamiProfileTest::assertDefaultConfig |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Asserts that the default configuration matches active configuration. |
| DemoUmamiProfileTest::assertDemonstrationWarningMessage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Asserts if the demonstration warning message is displayed properly. |
| DemoUmamiProfileTest::drupalLoginWithPassword |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Logs in a user using the Mink controlled browser using a password. |
| DemoUmamiProfileTest::installParameters |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Returns the parameters that will be used when the test installs Drupal. |
| DemoUmamiProfileTest::testAppearance |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the Umami theme is available on the Appearance page. |
| DemoUmamiProfileTest::testConfig |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests the profile supplied configuration is the same after installation. |
| DemoUmamiProfileTest::testDemoFeatures |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests various capabilities of the demo profile. |
| DemoUmamiProfileTest::testDemonstrationWarningMessage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the toolbar warning only appears on the admin pages. |
| DemoUmamiProfileTest::testEditNodesByAdmin |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests the successful editing of nodes by admin. |
| DemoUmamiProfileTest::testNavigationDemonstrationWarningMessage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the navigation warning only appears on the admin pages. |
| DemoUmamiProfileTest::testUser |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests that the users can log in with the admin password entered at install. |
| DemoUmamiProfileTest::testWarningsOnStatusPage |
function |
core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php |
Tests demo_umami profile warnings shown on Status Page. |
| DenyNoCacheRoutesTest |
class |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
Tests Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes. |
| DenyNoCacheRoutesTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
|
| DenyNoCacheRoutesTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
The response policy under test. |
| DenyNoCacheRoutesTest::$request |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
A request object. |
| DenyNoCacheRoutesTest::$response |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
A response object. |
| DenyNoCacheRoutesTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
The current route match. |
| DenyNoCacheRoutesTest::providerDenyNoCacheRoutesPolicy |
function |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
Provides data and expected results for the test method. |
| DenyNoCacheRoutesTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
|
| DenyNoCacheRoutesTest::testDenyNoCacheRoutesPolicy |
function |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
Asserts that caching is denied on the node preview route. |
| DenyTestAuthRequests |
class |
core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php |
Cache policy for pages requested with REST Test Auth. |
| DenyTestAuthRequests.php |
file |
core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php |
|
| DenyTestAuthRequests::check |
function |
core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php |
Determines whether delivery of a cached page should be attempted. |
| DependencyHookInvocationTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
Tests the hook invocation for determining update dependencies. |
| DependencyHookInvocationTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
|
| DependencyHookInvocationTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
The theme to install as the default for testing. |
| DependencyHookInvocationTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
Modules to install. |
| DependencyHookInvocationTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
|
| DependencyHookInvocationTest::testHookUpdateDependencies |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
Tests the structure of the array returned by hook_update_dependencies(). |
| DependencyMissingTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php |
Tests that missing update dependencies are correctly flagged. |