Search for assert

  1. Search 7.x for assert
  2. Search 8.9.x for assert
  3. Search 10.3.x for assert
  4. Search 11.x for assert
  5. Other projects
Title Object type File name Summary
TermAccessTest::assertTermAccess function core/modules/taxonomy/tests/src/Functional/TermAccessTest.php Checks access on taxonomy term.
TermParentsTest::assertParentOption function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that an option in the parent form element of terms exists.
TermParentsTest::assertParentsUnchanged function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Asserts that the parents of the term have not changed after saving.
TestDatabase::insertAssert function core/lib/Drupal/Core/Test/TestDatabase.php Store an assertion from outside the testing context.
TestMultiWidthLayoutsTest::assertWidthClassApplied function core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php Asserts the width class is applied to the first section.
TextareaWithSummaryTest::assertSummaryToggle function core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php Helper to test toggling the summary area.
TextSummaryTest::assertTextSummary function core/modules/text/tests/src/Kernel/TextSummaryTest.php Calls text_summary() and asserts that the expected teaser is returned.
ThemeTest::assertThemeIncompatibleText function core/modules/system/tests/src/Functional/System/ThemeTest.php Asserts that expected incompatibility text is displayed for a theme.
ThemeUiTest::assertUninstallableTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Checks related to uninstallable themes due to module dependencies.
TimezoneTest::assertDateTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Asserts that elements set #date_timezone correctly.
TimezoneTest::assertTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Asserts that elements interpret dates using the expected time zones.
TipPluginBaseTest::testGetLocationAssertion function core/modules/tour/tests/src/Unit/TipPluginBaseTest.php @covers ::getLocation
ToolbarAdminMenuTest::assertDifferentHash function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Checks the subtree hash of the current page with that of the previous page.
ToolbarCacheContextsTest::assertToolbarCacheContexts function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Tests that cache contexts are applied for both users.
ToolkitGdTest::assertColorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Assert two colors are equal by RGBA, net of full transparency.
ToolkitTestBase::assertToolkitOperationsCalled function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Tests that only allowed image toolkit operations are called.
ToolkitTestTrait::assertImageEffect function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Asserts the effect processing of an image effect plugin.
ToolkitTestTrait::assertToolkitOperationsCalled function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Assert that all of the specified image toolkit operations were called once.
TourLegacyTest::assertToolTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Asserts the markup structure of a tip.
TourTestBase::assertTourTips function core/modules/tour/tests/src/Functional/TourTestBase.php Asserts the presence of page elements for tour tips.
TrackChangesTest::assertTermDoesNotExist function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given title does not exist.
TrackChangesTest::assertTermExists function core/modules/migrate/tests/src/Kernel/TrackChangesTest.php Assert that term with given name exists.
TrackerTest::assertHistoryMetadata function core/modules/tracker/tests/src/Functional/TrackerTest.php Passes if the appropriate history metadata exists.
TransactionTest::assertRowAbsent function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Asserts that a given row is absent from the test table.
TransactionTest::assertRowPresent function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Asserts that a given row is present in the test table.
TranslatableMarkupTest::testIsStringAssertion function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php @covers ::__construct
TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php @covers ::__construct
TwigNamespaceTest::assertTwigTemplate function core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php Checks to see if a value is a twig template.
TwigRegistryLoaderTest::assertTwigTemplate function core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php Checks to see if a value is a Twig template.
TwigTransTest::assertTwigTransTags function core/modules/system/tests/src/Functional/Theme/TwigTransTest.php Asserts Twig trans tags.
UiHelperTrait::assertSession function core/tests/Drupal/Tests/UiHelperTrait.php Returns WebAssert object.
UncaughtExceptionTest::assertErrorLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that a specific error has been logged to the PHP error log.
UncaughtExceptionTest::assertNoErrorsLogged function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts that no errors have been logged to the PHP error.log thus far.
UninstallDefaultContentTest::assertArticlesImported function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert articles are imported.
UninstallDefaultContentTest::assertImportedCustomBlock function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert block content are imported.
UninstallDefaultContentTest::assertRecipesImported function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Assert recipes are imported.
UnitTestCase::assertArrayEquals function core/tests/Drupal/Tests/UnitTestCase.php Asserts if two arrays are equal by sorting them first.
UnitTestCaseTest::testAssertArrayEquals function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests deprecation of the ::assertArrayEquals method.
UpdateContribTest::assertCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Asserts that a core compatibility message is correct for an update.
UpdateScriptTest::assertErrorOnUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts an error is shown on the update and status report pages.
UpdateScriptTest::assertInstalledExtensionConfig function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts that an installed extension's config setting is correct.
UpdateScriptTest::assertUpdateWithNoError function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Asserts a particular error is not shown on update and status report pages.
UpdateTestBase::assertSecurityUpdates function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts the expected security updates are displayed correctly on the page.
UpdateTestBase::assertUpdateTableElementContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table element HTML contains the specified text.
UpdateTestBase::assertUpdateTableElementNotContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table element HTML contains the specified text.
UpdateTestBase::assertUpdateTableTextContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table text contains the specified text.
UpdateTestBase::assertUpdateTableTextNotContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table text does not contain the specified text.
UpdateTestBase::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that an update version has the correct links.
Upgrade6Test::assertFollowUpMigrationResults function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Tests that follow-up migrations have been run successfully.
Upgrade7Test::assertFollowUpMigrationResults function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Tests that follow-up migrations have been run successfully.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.