You are here

15 calls to TestBase::pass() in SimpleTest 8.3

BrokenSetUpTest::setUp in src/Tests/BrokenSetUpTest.php
Sets up a Drupal site for running functional and integration tests.
BrokenSetUpTest::tearDown in src/Tests/BrokenSetUpTest.php
Cleans up after testing.
BrokenSetUpTest::testMethod in src/Tests/BrokenSetUpTest.php
Runs this test case from within the simpletest child site.
KernelTestBase::disableModules in src/KernelTestBase.php
Disables modules for this test.
KernelTestBase::enableModules in src/KernelTestBase.php
Enables modules for this test.
KernelTestBase::installConfig in src/KernelTestBase.php
Installs default configuration for a given list of modules.
KernelTestBase::installEntitySchema in src/KernelTestBase.php
Installs the storage schema for a specific entity type.
KernelTestBase::installSchema in src/KernelTestBase.php
Installs a specific table from a module schema definition.
KernelTestBaseTest::testEnableModulesInstallContainer in src/Tests/KernelTestBaseTest.php
Tests installing modules with DependencyInjection services.
KernelTestBaseTest::testInstallConfig in src/Tests/KernelTestBaseTest.php
Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallSchema in src/Tests/KernelTestBaseTest.php
Tests expected behavior of installSchema().
SimpleTestTest::assertNothing in src/Tests/SimpleTestTest.php
Assert nothing.
SimpleTestTest::stubTest in src/Tests/SimpleTestTest.php
Test to be run and the results confirmed.
TestBase::restoreEnvironment in src/TestBase.php
Cleans up the test environment and restores the original environment.
WebTestBase::clickLinkHelper in src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().