11 calls to TestBase::fail() in SimpleTest 8.3
- KernelTestBase::installEntitySchema in src/
KernelTestBase.php - Installs the storage schema for a specific entity type.
- KernelTestBase::setUp in src/
KernelTestBase.php - Performs setup tasks before each individual test method is run.
- KernelTestBaseTest::testInstallConfig in src/
Tests/ KernelTestBaseTest.php - Tests expected behavior of installConfig().
- KernelTestBaseTest::testInstallSchema in src/
Tests/ KernelTestBaseTest.php - Tests expected behavior of installSchema().
- MissingCheckedRequirementsTest::testCheckRequirements in src/
Tests/ MissingCheckedRequirementsTest.php - Ensures test will not run when requirements are missing.
- SimpleTestTest::asText in src/
Tests/ SimpleTestTest.php - Extract the text contained by the element.
- SimpleTestTest::stubTest in src/
Tests/ SimpleTestTest.php - Test to be run and the results confirmed.
- SkipRequiredModulesTest::testModuleNotFound in src/
Tests/ SkipRequiredModulesTest.php - TestBase::checkTestHierarchyMismatch in src/
TestBase.php - Fail the test if it belongs to a PHPUnit-based framework.
- WebTestBase::clickLinkHelper in src/
WebTestBase.php - Provides a helper for ::clickLink() and ::clickLinkPartialName().
- WebTestBase::drupalPostForm in src/
WebTestBase.php - Executes a form submission.