22 calls to TestBase::pass() in Drupal 8
- BrokenSetUpTest::setUp in core/
modules/ simpletest/ src/ Tests/ BrokenSetUpTest.php - Sets up a Drupal site for running functional and integration tests.
- BrokenSetUpTest::tearDown in core/
modules/ simpletest/ src/ Tests/ BrokenSetUpTest.php - Cleans up after testing.
- BrokenSetUpTest::testMethod in core/
modules/ simpletest/ src/ Tests/ BrokenSetUpTest.php - Runs this test case from within the simpletest child site.
- CommentTestBase::setCommentSettings in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets a comment settings variable for the article content type.
- CommentTestBase::setCommentSubject in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value governing whether the subject field should be enabled.
- EntityCacheTagsTestBase::testReferencedEntity in core/
modules/ system/ src/ Tests/ Entity/ EntityCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity when referenced.
- EntityWithUriCacheTagsTestBase::testEntityUri in core/
modules/ system/ src/ Tests/ Entity/ EntityWithUriCacheTagsTestBase.php - Tests cache tags presence and invalidation of the entity at its URI.
- GenericCacheBackendUnitTestBase::testSetGet in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
- GenericCacheBackendUnitTestBase::testSetMultiple in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
- KernelTestBase::disableModules in core/
modules/ simpletest/ src/ KernelTestBase.php - Disables modules for this test.
- KernelTestBase::enableModules in core/
modules/ simpletest/ src/ KernelTestBase.php - Enables modules for this test.
- KernelTestBase::installConfig in core/
modules/ simpletest/ src/ KernelTestBase.php - Installs default configuration for a given list of modules.
- KernelTestBase::installEntitySchema in core/
modules/ simpletest/ src/ KernelTestBase.php - Installs the storage schema for a specific entity type.
- KernelTestBase::installSchema in core/
modules/ simpletest/ src/ KernelTestBase.php - Installs a specific table from a module schema definition.
- KernelTestBaseTest::testEnableModulesInstallContainer in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests installing modules with DependencyInjection services.
- KernelTestBaseTest::testInstallConfig in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests expected behavior of installConfig().
- KernelTestBaseTest::testInstallSchema in core/
modules/ simpletest/ src/ Tests/ KernelTestBaseTest.php - Tests expected behavior of installSchema().
- SimpleTestTest::assertNothing in core/
modules/ simpletest/ src/ Tests/ SimpleTestTest.php - Assert nothing.
- SimpleTestTest::stubTest in core/
modules/ simpletest/ src/ Tests/ SimpleTestTest.php - Test to be run and the results confirmed.
- TestBase::restoreEnvironment in core/
modules/ simpletest/ src/ TestBase.php - Cleans up the test environment and restores the original environment.
- TourTestBase::assertTourTips in core/
modules/ tour/ src/ Tests/ TourTestBase.php - Assert function to determine if tips rendered to the page have a corresponding page element.
- WebTestBase::clickLinkHelper in core/
modules/ simpletest/ src/ WebTestBase.php - Provides a helper for ::clickLink() and ::clickLinkPartialName().