Search for test
Title | Object type | File name | Summary |
---|---|---|---|
simpletest.test | file | modules/ |
Tests for simpletest.module. |
SimpleTestBrokenSetUp | class | modules/ |
Tests a test case that does not run parent::setUp() in its setUp() method. |
SimpleTestBrokenSetUp::getInfo | function | modules/ |
|
SimpleTestBrokenSetUp::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SimpleTestBrokenSetUp::tearDown | function | modules/ |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix. |
SimpleTestBrokenSetUp::testBreakSetUp | function | modules/ |
Runs this test case from within the simpletest child site. |
SimpleTestBrowserTestCase | class | modules/ |
Test internal testing framework browser. |
SimpleTestBrowserTestCase::$cookieSet | property | modules/ |
A flag indicating whether a cookie has been set in a test. |
SimpleTestBrowserTestCase::getInfo | function | modules/ |
|
SimpleTestBrowserTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SimpleTestBrowserTestCase::testCookieDoesNotBleed | function | modules/ |
Tests that the cookies from a previous test do not bleed into a new test. |
SimpleTestBrowserTestCase::testCookies | function | modules/ |
Tests that cookies set during a request are available for testing. |
SimpleTestBrowserTestCase::testGetAbsoluteUrl | function | modules/ |
Test DrupalWebTestCase::getAbsoluteUrl(). |
SimpleTestBrowserTestCase::testXPathEscaping | function | modules/ |
Tests XPath escaping. |
SimpleTestDiscoveryTestCase | class | modules/ |
Verifies that tests in other installation profiles are not found. |
SimpleTestDiscoveryTestCase::$admin_user | property | modules/ |
|
SimpleTestDiscoveryTestCase::$profile | property | modules/ |
Use the Testing profile. |
SimpleTestDiscoveryTestCase::getInfo | function | modules/ |
|
SimpleTestDiscoveryTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SimpleTestDiscoveryTestCase::testDiscovery | function | modules/ |
Tests existence of test cases. |
SimpleTestDiscoveryTestCase::testDiscoveryFunctions | function | modules/ |
Test discovery of PSR-0 test classes. |
SimpleTestFolderTestCase | class | modules/ |
Test Folder creation |
SimpleTestFolderTestCase::getInfo | function | modules/ |
|
SimpleTestFolderTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SimpleTestFolderTestCase::testFolderSetup | function | modules/ |
|
SimpleTestFunctionalTest | class | modules/ |
@file Tests for simpletest.module. |
SimpleTestFunctionalTest::$childTestResults | property | modules/ |
The results array that has been parsed by getTestResults(). |
SimpleTestFunctionalTest::$fail | property | modules/ |
The fail message. |
SimpleTestFunctionalTest::$invalid_permission | property | modules/ |
The invalid permission. |
SimpleTestFunctionalTest::$pass | property | modules/ |
The pass message. |
SimpleTestFunctionalTest::$test_ids | property | modules/ |
Store the test ID from each test run for comparison, to ensure they are incrementing. |
SimpleTestFunctionalTest::$valid_permission | property | modules/ |
The valid permission. |
SimpleTestFunctionalTest::assertAssertion | function | modules/ |
Assert that an assertion with the specified values is displayed in the test results. |
SimpleTestFunctionalTest::assertNothing | function | modules/ |
Assert nothing. |
SimpleTestFunctionalTest::asText | function | modules/ |
Extract the text contained by the element. |
SimpleTestFunctionalTest::confirmStubTestResults | function | modules/ |
Confirm that the stub test produced the desired results. |
SimpleTestFunctionalTest::getInfo | function | modules/ |
|
SimpleTestFunctionalTest::getResultFieldSet | function | modules/ |
Get the fieldset containing the results for group this test is in. |
SimpleTestFunctionalTest::getTestIdFromResults | function | modules/ |
Fetch the test id from the test results. |
SimpleTestFunctionalTest::getTestResults | function | modules/ |
Get the results from a test and store them in the class array $results. |
SimpleTestFunctionalTest::inCURL | function | modules/ |
Check if the test is being run from inside a CURL request. |
SimpleTestFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
SimpleTestFunctionalTest::stubTest | function | modules/ |
Test to be run and the results confirmed. |
SimpleTestFunctionalTest::testInternalBrowser | function | modules/ |
Test the internal browsers functionality. |
SimpleTestFunctionalTest::testUserAgentValidation | function | modules/ |
Test validation of the User-Agent header we use to perform test requests. |
SimpleTestFunctionalTest::testWebTestRunner | function | modules/ |
Make sure that tests selected through the web interface are run and that the results are displayed correctly. |
SimpleTestInstallationProfileModuleTestsTestCase | class | modules/ |
Verifies that tests bundled with installation profile modules are found. |
SimpleTestInstallationProfileModuleTestsTestCase::$admin_user | property | modules/ |
|
SimpleTestInstallationProfileModuleTestsTestCase::$profile | property | modules/ |
Use the Testing profile. |
SimpleTestInstallationProfileModuleTestsTestCase::getInfo | function | modules/ |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.