Search for assert

  1. Search 7.x for assert
  2. Search 9.5.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
ToolbarAdminMenuTest::assertDifferentHash function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Asserts the subtrees hash on a fresh page GET is different from the hash
from the previous page GET.
ToolbarCacheContextsTest::assertToolbarCacheContexts function core/modules/toolbar/tests/src/Functional/ToolbarCacheContextsTest.php Tests that cache contexts are applied for both users.
ToolkitTestBase::assertToolkitOperationsCalled function core/modules/system/src/Tests/Image/ToolkitTestBase.php Assert that all of the specified image toolkit operations were called
exactly once once, other values result in failure.
ToolkitTestBase::assertToolkitOperationsCalled function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Assert that all of the specified image toolkit operations were called
exactly once once, other values result in failure.
TourTestBase::assertTourTips function core/modules/tour/src/Tests/TourTestBase.php Assert function to determine if tips rendered to the page
have a corresponding page element.
TourTestBase::assertTourTips function core/modules/tour/tests/src/Functional/TourTestBase.php Assert function to determine if tips rendered to the page
have a corresponding page element.
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.
UncaughtExceptionTest::assertNoRaw function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the raw text IS not found on the loaded page, fail otherwise.
UncaughtExceptionTest::assertNoText function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the page (with HTML stripped) does not contains the text.
UncaughtExceptionTest::assertRaw function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the raw text IS found on the loaded page, fail otherwise.
UncaughtExceptionTest::assertResponse function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Asserts the page responds with the specified response code.
UncaughtExceptionTest::assertText function core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php Passes if the page (with HTML stripped) contains the text.
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.
UpdateContribTest::assertCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Asserts that a core compatibility message is correct for an update.
UpdateCoreTest::assertVersionUpdateLinks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Asserts that an update version has the correct links.
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::assertUpdateTableTextContains function core/modules/update/tests/src/Functional/UpdateTestBase.php Asserts that the update table text contains 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.
UrlAlterFunctionalTest::assertUrlInboundAlter function core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter function core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php Assert that an outbound path is altered to an expected value.
UrlGeneratorTest::assertGenerateFromRoute function core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php Asserts \Drupal\Core\Routing\UrlGenerator::generateFromRoute()'s output.
UserAccessControlHandlerTest::assertFieldAccess function core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php Asserts correct field access grants for a field.
UserAccountFormFieldsTest::assertFieldOrder function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Asserts that the 'name' form element is directly before the 'pass' element.
UserLoginHttpTest::assertHttpResponse function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and body.
UserLoginHttpTest::assertHttpResponseWithMessage function core/modules/user/tests/src/Functional/UserLoginHttpTest.php Checks a response for status code and message.
UserLoginTest::assertFailedLogin function core/modules/user/tests/src/Functional/UserLoginTest.php Make an unsuccessful login attempt.
UserPasswordResetTest::assertNoPasswordIpFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset not triggering IP flood control.
UserPasswordResetTest::assertNoPasswordUserFlood function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Makes assertions about a password reset not triggering user flood control.
UserPasswordResetTest::assertNoValidPasswordReset function core/modules/user/tests/src/Functional/UserPasswordResetTest.php Helper function to make assertions about an invalid password reset.

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