Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestBase::settingsSet | function | core/ |
Changes in memory settings. |
| TestBase::setUp | function | core/ |
Performs setup tasks before each individual test method is run. |
| TestBase::storeAssertion | function | core/ |
Helper method to store an assertion record in the configured database. |
| TestBase::tearDown | function | core/ |
Performs cleanup tasks after each individual test method has been run. |
| TestBase::verbose | function | core/ |
Logs a verbose message in a text file. |
| TestBase::__construct | function | core/ |
Constructor for Test. |
| TestBaseFieldDefinitionInterface | interface | core/ |
Defines a test interface to mock entity base field definitions. |
| TestBaseFieldDefinitionInterface.php | file | core/ |
|
| TestBaseInterface | interface | core/ |
|
| TestBaseTest | class | core/ |
@requires extension curl @coversDefaultClass \Drupal\simpletest\TestBase[[api-linebreak]] @group simpletest @group TestBase |
| TestBaseTest.php | file | core/ |
|
| TestBaseTest::getTestBaseForAssertionTests | function | core/ |
Helper method for constructing a mock TestBase object. |
| TestBaseTest::invokeProtectedMethod | function | core/ |
Invoke methods that are protected or private. |
| TestBaseTest::providerAssert | function | core/ |
Data provider for testAssert(). |
| TestBaseTest::providerAssertIdenticalObject | function | core/ |
Data provider for testAssertIdenticalObject(). |
| TestBaseTest::providerAssertNull | function | core/ |
Data provider for assertNull(). |
| TestBaseTest::providerAssertTrue | function | core/ |
Data provider for assertTrue(). |
| TestBaseTest::providerEqualityAssertions | function | core/ |
Data provider for tests of equality assertions. |
| TestBaseTest::providerError | function | core/ |
Data provider for testError(). |
| TestBaseTest::providerRandomItems | function | core/ |
Provides data for testRandomString() and others. |
| TestBaseTest::providerRandomStringValidate | function | core/ |
Provides data for the random string validation test. |
| TestBaseTest::testAssert | function | core/ |
@covers ::assert[[api-linebreak]] @dataProvider providerAssert |
| TestBaseTest::testAssertEqual | function | core/ |
@covers ::assertEqual[[api-linebreak]] @dataProvider providerEqualityAssertions |
| TestBaseTest::testAssertFalse | function | core/ |
@covers ::assertFalse[[api-linebreak]] @dataProvider providerAssertTrue |
| TestBaseTest::testAssertIdentical | function | core/ |
@covers ::assertIdentical[[api-linebreak]] @dataProvider providerEqualityAssertions |
| TestBaseTest::testAssertIdenticalObject | function | core/ |
@covers ::assertIdenticalObject[[api-linebreak]] @dataProvider providerAssertIdenticalObject |
| TestBaseTest::testAssertNotEqual | function | core/ |
@covers ::assertNotEqual[[api-linebreak]] @dataProvider providerEqualityAssertions |
| TestBaseTest::testAssertNotIdentical | function | core/ |
@covers ::assertNotIdentical[[api-linebreak]] @dataProvider providerEqualityAssertions |
| TestBaseTest::testAssertNotNull | function | core/ |
@covers ::assertNotNull[[api-linebreak]] @dataProvider providerAssertNull |
| TestBaseTest::testAssertNull | function | core/ |
@covers ::assertNull[[api-linebreak]] @dataProvider providerAssertNull |
| TestBaseTest::testAssertTrue | function | core/ |
@covers ::assertTrue[[api-linebreak]] @dataProvider providerAssertTrue |
| TestBaseTest::testCheckRequirements | function | core/ |
@covers ::checkRequirements[[api-linebreak]] |
| TestBaseTest::testError | function | core/ |
@covers ::error[[api-linebreak]] @dataProvider providerError |
| TestBaseTest::testFail | function | core/ |
@covers ::fail[[api-linebreak]] |
| TestBaseTest::testGetRandomGenerator | function | core/ |
@covers ::getRandomGenerator[[api-linebreak]] |
| TestBaseTest::testPass | function | core/ |
@covers ::pass[[api-linebreak]] |
| TestBaseTest::testRandomObject | function | core/ |
@covers ::randomObject[[api-linebreak]] @dataProvider providerRandomItems |
| TestBaseTest::testRandomString | function | core/ |
@covers ::randomString[[api-linebreak]] @dataProvider providerRandomItems |
| TestBaseTest::testRandomStringValidate | function | core/ |
@covers ::randomStringValidate[[api-linebreak]] @dataProvider providerRandomStringValidate |
| TestBlockInstantiation | class | core/ |
Provides a basic block for testing block instantiation and configuration. |
| TestBlockInstantiation.php | file | core/ |
|
| TestBlockInstantiation::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| TestBlockInstantiation::blockForm | function | core/ |
|
| TestBlockInstantiation::blockSubmit | function | core/ |
|
| TestBlockInstantiation::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| TestBlockInstantiation::defaultConfiguration | function | core/ |
|
| TestBlockPluginWithRefinableDependentAccessInterface | interface | core/ |
Test interface for dependent access block plugins. |
| TestCacheableDependency | class | core/ |
Cacheable dependency object for use in tests. |
| TestCacheableDependency.php | file | core/ |
|
| TestCacheableDependency::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
Pagination
- Previous page
- Page 1211
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.