| BuildTestBase::$destroyBuild |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Default to destroying build artifacts after a test finishes. |
| BuildTestBase::$hostName |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Our native host name, used by PHP when it starts up the server. |
| BuildTestBase::$hostPort |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Port that will be tested. |
| BuildTestBase::$mink |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
The Mink session manager. |
| BuildTestBase::$phpFinder |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
The PHP executable finder. |
| BuildTestBase::$portLocks |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
A list of ports used by the test. |
| BuildTestBase::$serverDocroot |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
The docroot for the server process. |
| BuildTestBase::$serverProcess |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
The process that's running the HTTP server. |
| BuildTestBase::$workspaceDir |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
The working directory where this test will manipulate files. |
| BuildTestBase::assertCommandExitCode |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Asserts that the last command returned the specified exit code. |
| BuildTestBase::assertCommandOutputContains |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Assert that text is present in the output of the most recent command. |
| BuildTestBase::assertCommandSuccessful |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Asserts that the last command ran without error. |
| BuildTestBase::assertDrupalVisit |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Helper function to assert that the last visit was a Drupal site. |
| BuildTestBase::assertErrorOutputContains |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Assert that text is present in the error output of the most recent command. |
| BuildTestBase::assertErrorOutputNotContains |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Assert text is not present in the error output of the most recent command. |
| BuildTestBase::checkPortIsAvailable |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Checks whether a port is available. |
| BuildTestBase::copyCodebase |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Copy the current working codebase into a workspace. |
| BuildTestBase::executeCommand |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Run a command. |
| BuildTestBase::findAvailablePort |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Discover an available port number. |
| BuildTestBase::getCodebaseFinder |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Get a default Finder object for a Drupal codebase. |
| BuildTestBase::getComposerRoot |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Gets the path to the Composer root directory. |
| BuildTestBase::getDrupalRoot |
function |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Get the root path of this Drupal codebase. |
| 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. |