Search for assert
- Search 9.5.x for assert
- Search 8.9.x for assert
- Search 10.3.x for assert
- Search 11.x for assert
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileTestCase::assertDirectoryPermissions | function | modules/ |
Helper function to test the permissions of a directory. |
| FileTestCase::assertFilePermissions | function | modules/ |
Helper function to test the permissions of a file. |
| FileTestCase::assertFileUnchanged | function | modules/ |
Check that two files have the same values for all fields other than the timestamp. |
| FileTestCase::assertSameFile | function | modules/ |
Check that two files are the same by comparing the fid and filepath. |
| FilterUnitTestCase::assertFilteredString | function | modules/ |
Asserts multiple filter output expectations for multiple input strings. |
| FilterUnitTestCase::assertNoNormalized | function | modules/ |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
| FilterUnitTestCase::assertNormalized | function | modules/ |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
| FormsTestCase::assertFormValuesDefault | function | modules/ |
Assert that the values submitted to a form matches the default values of the elements. |
| GraphUnitTest::assertComponents | function | modules/ |
Verify expected components in a graph. |
| GraphUnitTest::assertPaths | function | modules/ |
Verify expected paths in a graph. |
| GraphUnitTest::assertReversePaths | function | modules/ |
Verify expected reverse paths in a graph. |
| GraphUnitTest::assertWeights | function | modules/ |
Verify expected order in a graph. |
| HtaccessTest::assertFileAccess | function | modules/ |
Asserts that a file exists and requesting it returns a specific response. |
| ImageToolkitTestCase::assertToolkitOperationsCalled | function | modules/ |
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure. |
| ListFieldUITestCase::assertAllowedValuesInput | function | modules/ |
Tests a string input for the 'allowed values' form element. |
| LocalePluralFormatTest::assertPluralFormat | function | modules/ |
Helper assert to test locale_get_plural page. |
| LocaleUpgradePathTestCase::assertPageInLanguage | function | modules/ |
Asserts that a page exists and is in the specified language. |
| Manager::assert | function | misc/ |
|
| MenuLinksUnitTestCase::assertMenuLinkParents | function | modules/ |
Assert that at set of links is properly parented. |
| MenuNodeTestCase::assertNoOption | function | modules/ |
Asserts that a select option in the current page does not exist. |
| MenuTestCase::assertMenuLink | function | modules/ |
Fetch the menu item from the database and compare it to the specified array. |
| MenuTestCase::assertNoOption | function | modules/ |
Asserts that a select option in the current page does not exist. |
| MenuTestCase::assertOption | function | modules/ |
Asserts that a select option in the current page exist. |
| MenuTreeDataTestCase::assertSameLink | function | modules/ |
Check that two menu links are the same by comparing the mlid. |
| MenuWebTestCase::assertBreadcrumb | function | modules/ |
Assert that a given path shows certain breadcrumb links. |
| ModuleTestCase::assertLogMessage | function | modules/ |
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution. |
| ModuleTestCase::assertModules | function | modules/ |
Assert the list of modules are enabled or disabled. |
| ModuleTestCase::assertModuleTablesDoNotExist | function | modules/ |
Assert that none of the tables defined in a module's hook_schema() exist. |
| ModuleTestCase::assertModuleTablesExist | function | modules/ |
Assert that all tables defined in a module's hook_schema() exist. |
| ModuleTestCase::assertTableCount | function | modules/ |
Assert there are tables that begin with the specified base table name. |
| ModuleUnitTest::assertModuleList | function | modules/ |
Assert that module_list() return the expected values. |
| NodeAccessBaseTableTestCase::assertTaxonomyPage | function | modules/ |
Checks taxonomy/term listings to ensure only accessible nodes are listed. |
| NodeAccessTestCase::assertNodeAccess | function | modules/ |
Asserts node_access() correctly grants or denies access. |
| openid_verify_assertion | function | modules/ |
Attempt to verify the response received from the OpenID Provider. |
| openid_verify_assertion_nonce | function | modules/ |
Verify that the nonce has not been used in earlier assertions from the same OpenID provider. |
| openid_verify_assertion_return_url | function | modules/ |
Verify that openid.return_to matches the current URL. |
| openid_verify_assertion_signature | function | modules/ |
Verify the signature of the response received from the OpenID provider. |
| PagerFunctionalWebTestCase::assertClass | function | modules/ |
Asserts that an element has a given class. |
| PagerFunctionalWebTestCase::assertNoClass | function | modules/ |
Asserts that an element does not have a given class. |
| PagerFunctionalWebTestCase::assertPagerItems | function | modules/ |
Asserts pager items and links. |
| PharExtensionInterceptor::assert | function | misc/ |
Determines whether the base file name has a ".phar" suffix. |
| PharExtensionInterceptor::assert | function | misc/ |
Determines whether phar file is allowed to execute. |
| PharInvocationCollection::assertUniqueBaseName | function | misc/ |
Asserts that base-name is unique. This disallows having multiple invocations for same base-name but having different alias names. |
| PharInvocationCollection::assertUniqueInvocation | function | misc/ |
Asserts that combination of base-name and alias is unique. This allows having multiple invocations for same base-name but having different alias names (for whatever reason). |
| PharInvocationResolver::ASSERT_INTERNAL_INVOCATION | constant | misc/ |
|
| PharMetaDataInterceptor::assert | function | misc/ |
Determines whether the according Phar archive contains (potential insecure) serialized objects. |
| PharStreamWrapper::assert | function | misc/ |
|
| PharStreamWrapper::resolveAssertable | function | misc/ |
|
| PollTestCase::assertPollChoiceOrder | function | modules/ |
Assert correct poll choice order in the node form after submission. |
| RenderElementTypesTestCase::assertElements | function | modules/ |
Asserts that an array of elements is rendered properly. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.