You are here

26 calls to TestBase::assertTrue() 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.
KernelTestBaseTest::run in src/Tests/KernelTestBaseTest.php
Run all tests in this class.
KernelTestBaseTest::testEnableModulesFixedList in src/Tests/KernelTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling.
KernelTestBaseTest::testEnableModulesInstall in src/Tests/KernelTestBaseTest.php
Tests expected installation behavior of enableModules().
KernelTestBaseTest::testEnableModulesLoad in src/Tests/KernelTestBaseTest.php
Tests expected load behavior of enableModules().
KernelTestBaseTest::testEnableModulesTheme in src/Tests/KernelTestBaseTest.php
Tests that ThemeManager works right after loading a module.
KernelTestBaseTest::testInstallConfig in src/Tests/KernelTestBaseTest.php
Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallEntitySchema in src/Tests/KernelTestBaseTest.php
Tests expected behavior of installEntitySchema().
KernelTestBaseTest::testInstallSchema in src/Tests/KernelTestBaseTest.php
Tests expected behavior of installSchema().
KernelTestBaseTest::testSetUp in src/Tests/KernelTestBaseTest.php
Tests expected behavior of setUp().
SimpleTestBrowserTest::testInternalBrowser in src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestBrowserTest::testUserAgentValidation in src/Tests/SimpleTestBrowserTest.php
Test validation of the User-Agent header we use to perform test requests.
SimpleTestTest::assertAssertion in src/Tests/SimpleTestTest.php
Asserts that an assertion with specified values is displayed in results.
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.
SimpleTestTest::testWebTestRunner in src/Tests/SimpleTestTest.php
Ensures the tests selected through the web interface are run and displayed.
TestBase::assertErrorLogged in src/TestBase.php
Asserts that a specific error has been logged to the PHP error log.
TestBase::assertIdenticalObject in src/TestBase.php
Checks to see if two objects are identical.
WebTestBase::assertBlockAppears in src/WebTestBase.php
Checks to see whether a block appears on the page.
WebTestBase::assertCacheTag in src/WebTestBase.php
Asserts whether an expected cache tag was present in the last response.
WebTestBase::assertHeader in src/WebTestBase.php
Check if a HTTP response header exists and has the expected value.
WebTestBase::assertResponse in src/WebTestBase.php
Asserts the page responds with the specified response code.
WebTestBase::curlExec in src/WebTestBase.php
Initializes and executes a cURL request.
WebTestBase::drupalPostForm in src/WebTestBase.php
Executes a form submission.
WebTestBaseInstallTest::testInstall in src/Tests/WebTestBaseInstallTest.php
Tests the Drupal install done in \Drupal\simpletest\WebTestBase::setUp().