| SimpletestTest.php |
file |
core/modules/simpletest/tests/src/Functional/SimpletestTest.php |
|
| SimpleTestTest.php |
file |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
|
| SimpleTestTest::$childTestResults |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
The results array that has been parsed by getTestResults(). |
| SimpletestTest::$defaultTheme |
property |
core/modules/simpletest/tests/src/Functional/SimpletestTest.php |
The theme to install as the default for testing. |
| SimpleTestTest::$failMessage |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Translated fail message. |
| SimpleTestTest::$invalidPermission |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
An invalid or unrecognized permission. |
| SimpleTestTest::$modules |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Modules to enable. |
| SimpletestTest::$modules |
property |
core/modules/simpletest/tests/src/Functional/SimpletestTest.php |
Modules to enable. |
| SimpleTestTest::$passMessage |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Translated pass message. |
| SimpleTestTest::$testIds |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Stores the test ID from each test run for comparison. |
| SimpleTestTest::$validPermission |
property |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
A valid and recognized permission. |
| SimpleTestTest::assertAssertion |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Asserts that an assertion with specified values is displayed in results. |
| SimpleTestTest::assertNothing |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Assert nothing. |
| SimpleTestTest::asText |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Extract the text contained by the element. |
| SimpleTestTest::confirmStubTestResults |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Confirm that the stub test produced the desired results. |
| SimpleTestTest::getResultFieldSet |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Get the details containing the results for group this test is in. |
| SimpleTestTest::getTestIdFromResults |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Fetch the test id from the test results. |
| SimpleTestTest::getTestResults |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Get the results from a test and store them in the class array $results. |
| SimpleTestTest::setUp |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Sets up a Drupal site for running functional and integration tests. |
| SimpleTestTest::stubTest |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Test to be run and the results confirmed. |
| SimpletestTest::testUninstallModule |
function |
core/modules/simpletest/tests/src/Functional/SimpletestTest.php |
Test that we can uninstall the module without mishap. |
| SimpleTestTest::testWebTestRunner |
function |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Ensures the tests selected through the web interface are run and displayed. |
| SimpletestTestForm |
class |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
List tests arranged in groups that can be selected and run. |
| SimpletestTestForm.php |
file |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
|
| SimpletestTestForm::$renderer |
property |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
The renderer. |
| SimpletestTestForm::$testDiscovery |
property |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
The test discovery service. |
| SimpletestTestForm::buildForm |
function |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
Form constructor. |
| SimpletestTestForm::create |
function |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
Instantiates a new instance of this class. |
| SimpletestTestForm::getFormId |
function |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
Returns a unique string identifying the form. |
| SimpletestTestForm::submitForm |
function |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
Form submission handler. |
| SimpletestTestForm::__construct |
function |
core/modules/simpletest/src/Form/SimpletestTestForm.php |
Constructs a new SimpletestTestForm. |
| SimpletestUiPrinter |
class |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php |
Defines a class for providing html output links in the Simpletest UI. |
| SimpletestUiPrinter |
class |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php |
Defines a class for providing html output links in the Simpletest UI. |
| SimpletestUiPrinter.php |
file |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php |
|
| SimpletestUiPrinter.php |
file |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php |
|
| SimpletestUiPrinter.php |
file |
core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php |
Defines a class for providing html output links in the Simpletest UI. |
| SimpletestUiPrinter::write |
function |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php |
|
| SimpletestUiPrinter::write |
function |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php |
|
| SimpletestUiPrinterTest |
class |
core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php |
@coversDefaultClass \Drupal\Tests\Listeners\SimpletestUiPrinter[[api-linebreak]] |
| SimpletestUiPrinterTest.php |
file |
core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php |
|
| SimpletestUiPrinterTest::provideBuffer |
function |
core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php |
Data provider for testWrite(). |
| SimpletestUiPrinterTest::testWrite |
function |
core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php |
@covers ::write[[api-linebreak]] |
| SimpletestUiTest |
class |
core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php |
Test various aspects of testing through the UI form. |
| SimpletestUiTest.php |
file |
core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php |
|
| SimpletestUiTest::$modules |
property |
core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php |
Modules to enable. |
| SimpletestUiTest::setUp |
function |
core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php |
|
| SimpletestUiTest::testTestingThroughUI |
function |
core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php |
Tests that unit, kernel, and functional tests work through the UI. |
| simpletest_classloader_register |
function |
core/modules/simpletest/simpletest.module |
Registers test namespaces of all extensions and core test classes. |
| simpletest_clean_database |
function |
core/modules/simpletest/simpletest.module |
Removes prefixed tables from the database from crashed tests. |
| simpletest_clean_environment |
function |
core/modules/simpletest/simpletest.module |
Removes all temporary database tables and directories. |