Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 10.3.x for test
- Search 11.x for test
- Search main for test
- Other projects
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 |
|---|---|---|---|
| TestBase::getAssertionCall | function | core/ |
Cycles through backtrace until the first non-assertion method is found. |
| TestBase::getDatabasePrefix | function | core/ |
Gets the database prefix. |
| TestBase::getTempFilesDirectory | function | core/ |
Gets the temporary files directory. |
| TestBase::insertAssert | function | core/ |
Store an assertion from outside the testing context. |
| TestBase::pass | function | core/ |
Fire an assertion that is always positive. |
| TestBase::prepareDatabasePrefix | function | core/ |
Generates a database prefix for running tests. |
| TestBase::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| TestBase::restoreEnvironment | function | core/ |
Cleans up the test environment and restores the original environment. |
| TestBase::run | function | core/ |
Run all tests in this class. |
| 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/ |
Pagination
- Previous page
- Page 654
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.