Search for test
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Test | class | core/ |
Provides test media source. |
Test | class | core/ |
Defines a test controller for page titles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
BuildTestBase::getCodebaseFinder | function | core/ |
Get a default Finder object for a Drupal codebase. |
BuildTestBase::getDrupalRoot | function | core/ |
Get the root path of this Drupal codebase. |
BuildTestBase::getMink | function | core/ |
Get the Mink instance. |
BuildTestBase::getPortNumber | function | core/ |
Get the port number for requests. |
BuildTestBase::getWorkingPath | function | core/ |
Get the working directory within the workspace, creating if necessary. |
BuildTestBase::getWorkspaceDirectory | function | core/ |
Full path to the workspace where this test can build. |
BuildTestBase::initMink | function | core/ |
Set up the Mink session manager. |
BuildTestBase::instantiateServer | function | core/ |
Do the work of making a server process. |
BuildTestBase::setUp | function | core/ |
|
BuildTestBase::setUpBeforeClass | function | core/ |
|
BuildTestBase::standUpServer | function | core/ |
Makes a local test server using PHP's internal HTTP server. |
BuildTestBase::stopServer | function | core/ |
Stop the HTTP server, zero out all necessary variables. |
BuildTestBase::tearDown | function | core/ |
|
BuildTestBase::visit | function | core/ |
Visit a URI on the HTTP server. |
BuildTestSuite | class | core/ |
Discovers tests for the build test suite. |
BuildTestSuite.php | file | core/ |
|
BuildTestSuite::suite | function | core/ |
Factory method which loads up a suite with all build tests. |
BuildTestTest | class | core/ |
@coversDefaultClass \Drupal\BuildTests\Framework\BuildTestBase @group Build |
BuildTestTest.php | file | core/ |
|
BuildTestTest::testCopyCodebase | function | core/ |
@covers ::copyCodebase |
BuildTestTest::testCopyCodebaseExclude | function | core/ |
Ensure we're not copying directories we wish to exclude. |
BuildTestTest::testPortMany | function | core/ |
@covers ::findAvailablePort |
BuildTestTest::testStandUpServer | function | core/ |
@covers ::standUpServer |
BuildTestTest::testWorkspace | function | core/ |
Ensure that workspaces work. |
BulkDeleteTest | class | core/ |
Bulk delete storages and fields, and clean up afterwards. |
BulkDeleteTest.php | file | core/ |
|
BulkDeleteTest::$bundles | property | core/ |
The bundles for the entities used in this test. |
BulkDeleteTest::$entities | property | core/ |
The entities to use in this test. |
BulkDeleteTest::$entitiesByBundles | property | core/ |
The entities to use in this test, keyed by bundle. |
BulkDeleteTest::$entityTypeId | property | core/ |
The entity type to be used in the test classes. |
BulkDeleteTest::$fieldStorages | property | core/ |
The fields to use in this test. |
BulkDeleteTest::checkHooksInvocations | function | core/ |
Tests that the expected hooks have been invoked on the expected entities. |
BulkDeleteTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
BulkDeleteTest::testDeleteField | function | core/ |
Tests deleting fields. |
BulkDeleteTest::testPurgeField | function | core/ |
Tests purging fields. |
BulkDeleteTest::testPurgeFieldStorage | function | core/ |
Tests purging field storages. |
BulkDeleteTest::testPurgeWithDeletedAndActiveField | function | core/ |
Tests that recreating a field with the name as a deleted field works. |
BulkFormAccessTest | class | core/ |
Tests if entity access is respected on a user bulk form. |
BulkFormAccessTest | class | core/ |
Tests if entity access is respected on a node bulk operations form. |
BulkFormAccessTest.php | file | core/ |
|
BulkFormAccessTest.php | file | core/ |
|
BulkFormAccessTest::$accessHandler | property | core/ |
The node access control handler. |
BulkFormAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BulkFormAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BulkFormAccessTest::$modules | property | core/ |
Modules to enable. |
BulkFormAccessTest::$modules | property | core/ |
Modules to enable. |
BulkFormAccessTest::$testViews | property | core/ |
Views used by this test. |
BulkFormAccessTest::$testViews | property | core/ |
Views used by this test. |
BulkFormAccessTest::setUp | function | core/ |
Sets up the test. |
BulkFormAccessTest::testNodeDeleteAccess | function | core/ |
Tests if nodes that may not be deleted, can not be deleted in bulk. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.