39 calls to TestBase::assert() in Zircon Profile 8.0
- AggregatorRenderingTest::testBlockLinks in core/
modules/ aggregator/ src/ Tests/ AggregatorRenderingTest.php - Adds a feed block to the page and checks its links.
- AlterTest::testExecutionOrder in core/
modules/ system/ src/ Tests/ Form/ AlterTest.php - Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter().
- ConfigExportUITest::testExport in core/
modules/ config/ src/ Tests/ ConfigExportUITest.php - Tests export of configuration.
- ConfigInstallProfileUnmetDependenciesTest::error in core/
modules/ config/ src/ Tests/ ConfigInstallProfileUnmetDependenciesTest.php - Override the error method so we can test for the expected exception.
- DefaultViewsTest::testDefaultViews in core/
modules/ views/ src/ Tests/ DefaultViewsTest.php - Test that all Default views work as expected.
- DependencyTest::testIncompatibleCoreVersionDependency in core/
modules/ system/ src/ Tests/ Module/ DependencyTest.php - Tests enabling a module that depends on a module with an incompatible core version.
- DependencyTest::testIncompatibleModuleVersionDependency in core/
modules/ system/ src/ Tests/ Module/ DependencyTest.php - Tests enabling a module that depends on an incompatible version of a module.
- DependencyTest::testMissingModules in core/
modules/ system/ src/ Tests/ Module/ DependencyTest.php - Attempts to enable a module with a missing dependency.
- DependencyTest::testUninstallDependents in core/
modules/ system/ src/ Tests/ Module/ DependencyTest.php - Tests attempting to uninstall a module that has installed dependents.
- DialogTest::testDialog in core/
modules/ system/ src/ Tests/ Ajax/ DialogTest.php - Test sending non-JS and AJAX requests to open and manipulate modals.
- EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities in core/
modules/ system/ src/ Tests/ Entity/ EntityDefinitionUpdateTest.php - Tests creating and deleting a base field if entities exist.
- EntityDisplayTest::assertDependencyHelper in core/
modules/ field_ui/ src/ Tests/ EntityDisplayTest.php - Provides a helper for dependency assertions.
- FieldUIRouteTest::testFieldUIRoutes in core/
modules/ field_ui/ src/ Tests/ FieldUIRouteTest.php - Ensures that entity types with bundles do not break following entity types.
- GenericCacheBackendUnitTestBase::testDelete in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests Drupal\Core\Cache\CacheBackendInterface::delete().
- GenericCacheBackendUnitTestBase::testGetMultiple in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
- GenericCacheBackendUnitTestBase::testSetGet in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
- GenericCacheBackendUnitTestBase::testValueTypeIsKept in core/
modules/ system/ src/ Tests/ Cache/ GenericCacheBackendUnitTestBase.php - Tests data type preservation.
- HandlerTest::assertEqualValue in core/
modules/ views/ src/ Tests/ Handler/ HandlerTest.php - Check to see if a value is the same as the value on a certain handler.
- MigrateTestBase::display in core/
modules/ migrate/ src/ Tests/ MigrateTestBase.php - Displays a migrate message.
- NodeTranslationUITest::doTestAlternateHreflangLinks in core/
modules/ node/ src/ Tests/ NodeTranslationUITest.php - Tests that the given path provides the correct alternate hreflang links.
- NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults in core/
modules/ node/ src/ Tests/ NodeTypeInitialLanguageTest.php - Tests the node type initial language defaults, and modifies them.
- RebuildTest::testPreserveFormActionAfterAJAX in core/
modules/ system/ src/ Tests/ Form/ RebuildTest.php - Tests that a form's action is retained after an Ajax submission.
- SearchIntegrationTest::assertOneLink in core/
modules/ views/ src/ Tests/ SearchIntegrationTest.php - Asserts that exactly one link exists with the given text.
- StorageTest::testImmutableFormLegacyProtection in core/
modules/ system/ src/ Tests/ Form/ StorageTest.php - Verify that existing contrib code cannot overwrite immutable form state.
- TestBase::assertEqual in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are equal.
- TestBase::assertFalse in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is false.
- TestBase::assertIdentical in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are identical.
- TestBase::assertNotEqual in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are not equal.
- TestBase::assertNotIdentical in core/
modules/ simpletest/ src/ TestBase.php - Check to see if two values are not identical.
- TestBase::assertNotNull in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is not NULL.
- TestBase::assertNull in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is NULL.
- TestBase::assertTrue in core/
modules/ simpletest/ src/ TestBase.php - Check to see if a value is not false.
- TestBase::error in core/
modules/ simpletest/ src/ TestBase.php - Fire an error assertion.
- TestBase::fail in core/
modules/ simpletest/ src/ TestBase.php - Fire an assertion that is always negative.
- TestBase::pass in core/
modules/ simpletest/ src/ TestBase.php - Fire an assertion that is always positive.
- TestBase::run in core/
modules/ simpletest/ src/ TestBase.php - Run all tests in this class.
- ThemeSuggestionsAlterTest::testExecutionOrder in core/
modules/ system/ src/ Tests/ Theme/ ThemeSuggestionsAlterTest.php - Tests execution order of theme suggestion alter hooks.
- UncaughtExceptionTest::testLoggerException in core/
modules/ system/ src/ Tests/ System/ UncaughtExceptionTest.php - Tests fallback to PHP error log when an exception is thrown while logging.
- WebTestBase::drupalLogin in core/
modules/ simpletest/ src/ WebTestBase.php - Log in a user with the internal browser.