15 calls to TestBase::assertEqual() in SimpleTest 8.3
- BrowserTest::testCookieDoesNotBleed in src/
Tests/ BrowserTest.php - Tests that the cookies from a previous test do not bleed into a new test.
- BrowserTest::testCookies in src/
Tests/ BrowserTest.php - Tests that cookies set during a request are available for testing.
- BrowserTest::testGetAbsoluteUrl in src/
Tests/ BrowserTest.php - Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl().
- BrowserTest::testXPathEscaping in src/
Tests/ BrowserTest.php - Tests XPath escaping.
- KernelTestBaseTest::testEnableModulesFixedList in src/
Tests/ KernelTestBaseTest.php - Tests that the module list is retained after enabling/installing/disabling.
- KernelTestBaseTest::testNoThemeByDefault in src/
Tests/ KernelTestBaseTest.php - Tests that there is no theme by default.
- KernelTestBaseTest::testSetUp in src/
Tests/ KernelTestBaseTest.php - Tests expected behavior of setUp().
- SimpleTestBrowserTest::testInternalBrowser in src/
Tests/ SimpleTestBrowserTest.php - Test the internal browsers functionality.
- SimpleTestErrorCollectorTest::assertError in src/
Tests/ SimpleTestErrorCollectorTest.php - Asserts that a collected error matches what we are expecting.
- SimpleTestErrorCollectorTest::testErrorCollect in src/
Tests/ SimpleTestErrorCollectorTest.php - Tests that simpletest collects errors from the tested site.
- SimpleTestTest::confirmStubTestResults in src/
Tests/ SimpleTestTest.php - Confirm that the stub test produced the desired results.
- SimpleTestTest::stubTest in src/
Tests/ SimpleTestTest.php - Test to be run and the results confirmed.
- TimeZoneTest::testAccountTimeZones in src/
Tests/ TimeZoneTest.php - Tests that user accounts have the default time zone set.
- UiPhpUnitOutputTest::testOutput in src/
Tests/ UiPhpUnitOutputTest.php - Tests that PHPUnit output in the Simpletest UI looks good.
- WebTestBase::assertUrl in src/
WebTestBase.php - Passes if the internal browser's URL matches the given path.