| BuildTestBase::getDrupalRootStatic |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Get the root path of this Drupal codebase. |
| BuildTestBase::getMink |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Get the Mink instance. |
| BuildTestBase::getPortNumber |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Get the port number for requests. |
| BuildTestBase::getWorkingPath |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Get the working directory within the workspace, creating if necessary. |
| BuildTestBase::getWorkingPathDrupalRoot |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Gets the working path for Drupal core. |
| BuildTestBase::getWorkspaceDirectory |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Full path to the workspace where this test can build. |
| BuildTestBase::getWorkspaceDrupalRoot |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Gets the path to Drupal root in the workspace directory. |
| BuildTestBase::initMink |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Set up the Mink session manager. |
| BuildTestBase::instantiateServer |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Do the work of making a server process. |
| BuildTestBase::setUp |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
|
| BuildTestBase::standUpServer |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Makes a local test server using PHP's internal HTTP server. |
| BuildTestBase::stopServer |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Stop the HTTP server, zero out all necessary variables. |
| BuildTestBase::tearDown |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
|
| BuildTestBase::visit |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Visit a URI on the HTTP server. |
| BuildTestTest |
class |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
Tests Drupal\BuildTests\Framework\BuildTestBase. |
| BuildTestTest.php |
file |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
|
| BuildTestTest::testCopyCodebase |
function |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
Tests copy codebase. |
| BuildTestTest::testCopyCodebaseDocRoot |
function |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
Tests copying codebase when Drupal and Composer roots are different. |
| BuildTestTest::testCopyCodebaseExclude |
function |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
Ensure we're not copying directories we wish to exclude. |
| BuildTestTest::testPortMany |
function |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
@legacy-covers ::findAvailablePort |
| BuildTestTest::testStandUpServer |
function |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
Tests stand up server. |
| BuildTestTest::testWorkspace |
function |
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php |
Ensure that workspaces work. |
| BulkDeleteTest |
class |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Bulk delete storages and fields, and clean up afterwards. |
| BulkDeleteTest.php |
file |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
|
| BulkDeleteTest::$bundles |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The bundles for the entities used in this test. |
| BulkDeleteTest::$entities |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The entities to use in this test. |
| BulkDeleteTest::$entitiesByBundles |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The entities to use in this test, keyed by bundle. |
| BulkDeleteTest::$entityTypeId |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The entity type to be used in the test classes. |
| BulkDeleteTest::$fieldStorages |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The fields to use in this test. |
| BulkDeleteTest::checkHooksInvocations |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests that the expected hooks have been invoked on the expected entities. |
| BulkDeleteTest::setUp |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Set the default field storage backend for fields created during tests. |
| BulkDeleteTest::testDeleteField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests deleting fields. |
| BulkDeleteTest::testPurgeField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests purging fields. |
| BulkDeleteTest::testPurgeFieldStorage |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests purging field storages. |
| BulkDeleteTest::testPurgeWithDeletedAndActiveField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests that recreating a field with the name as a deleted field works. |
| BulkFormAccessTest |
class |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if entity access is respected on a node bulk operations form. |
| BulkFormAccessTest |
class |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if entity access is respected on a user bulk form. |
| BulkFormAccessTest.php |
file |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
|
| BulkFormAccessTest.php |
file |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
|
| BulkFormAccessTest::$accessHandler |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
The node access control handler. |
| BulkFormAccessTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
The theme to install as the default for testing. |
| BulkFormAccessTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
The theme to install as the default for testing. |
| BulkFormAccessTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Modules to install. |
| BulkFormAccessTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Modules to install. |
| BulkFormAccessTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Views used by this test. |
| BulkFormAccessTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Views used by this test. |
| BulkFormAccessTest::setUp |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Sets up the test. |
| BulkFormAccessTest::testNodeDeleteAccess |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if nodes that may not be deleted, can not be deleted in bulk. |
| BulkFormAccessTest::testNodeEditAccess |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if nodes that may not be edited, can not be edited in bulk. |
| BulkFormAccessTest::testUserDeleteAccess |
function |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if users that may not be deleted, can not be deleted in bulk. |