BrokenSetUpTest |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Tests a test case that does not call parent::setUp(). |
BrowserTest |
core/modules/simpletest/src/Tests/BrowserTest.php |
Tests the internal browser of the testing framework. |
FolderTest |
core/modules/simpletest/src/Tests/FolderTest.php |
This test will check SimpleTest's treatment of hook_install during setUp.
Image module is used for test. |
InstallationProfileModuleTestsTest |
core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php |
Verifies that tests bundled with installation profile modules are found. |
KernelTestBaseTest |
core/modules/simpletest/src/Tests/KernelTestBaseTest.php |
Tests KernelTestBase functionality. |
MailCaptureTest |
core/modules/simpletest/src/Tests/MailCaptureTest.php |
Tests the SimpleTest email capturing logic, the assertMail assertion and the
drupalGetMails function. |
MissingCheckedRequirementsTest |
core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php |
Tests a test case with missing requirements. |
MissingDependentModuleUnitTest |
core/modules/simpletest/src/Tests/MissingDependentModuleUnitTest.php |
This test should not load since it requires a module that is not found. |
OtherInstallationProfileTestsTest |
core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php |
Verifies that tests in other installation profiles are found. |
SimpleTestBrowserTest |
core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php |
Tests the Simpletest UI internal browser. |
SimpleTestInstallBatchTest |
core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php |
Tests batch operations during tests execution. |
SimpleTestTest |
core/modules/simpletest/src/Tests/SimpleTestTest.php |
Tests SimpleTest's web interface: check that the intended tests were run and
ensure that test reports display the intended results. Also test SimpleTest's
internal browser and APIs implicitly. |
UserHelpersTest |
core/modules/simpletest/src/Tests/UserHelpersTest.php |
Tests User related helper methods of WebTestBase. |