HelpTest::verifyHelp |
function |
drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php |
Verifies the logged in user has access to the various help nodes. |
DbLogTest::verifyCron |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Verifies that cron correctly applies the database log row limit. |
drupal_verify_profile |
function |
drupal/core/includes/install.inc |
Verifies that all dependencies are met for a given installation profile. |
MenuTest::verifyAccess |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Verify the logged in user has the desired access to the various menu nodes. |
ForumTest::verifyForums |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Verifies that the logged in user has access to a forum node. |
DbLogTest::verifyEvents |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Generates and then verifies various types of events. |
MenuTest::verifyMenuLink |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Verify a menu link using the menu module UI. |
DbLogTest::verifyReports |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Confirms that database log reports are displayed at the correct paths. |
DbLogTest::verifyRowLimit |
function |
drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php |
Verifies setting of the database log row limit. |
ForumTest::verifyForumView |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Verifies the display of a forum page. |
hook_verify_update_archive |
function |
drupal/core/modules/update/update.api.php |
Verify an archive after it has been downloaded and extracted. |
drupal_verify_install_file |
function |
drupal/core/includes/install.inc |
Verifies the state of the specified file. |
install_verify_requirements |
function |
drupal/core/includes/install.core.inc |
Verifies the requirements for installing Drupal. |
update_verify_update_archive |
function |
drupal/core/modules/update/update.module |
Implements hook_verify_update_archive(). |
FilterCrudTest::verifyFilters |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php |
Verifies that filters are properly stored for a text format. |
update_manager_archive_verify |
function |
drupal/core/modules/update/update.manager.inc |
Verifies an archive after it has been downloaded and extracted. |
install_verify_completed_task |
function |
drupal/core/includes/install.core.inc |
Verifies and returns the last installation task that was completed. |
install_verify_config_directory |
function |
drupal/core/includes/install.inc |
Checks whether a config directory exists and is writable. |
FilterCrudTest::verifyTextFormat |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php |
Verifies that a text format is properly stored. |
install_verify_database_settings |
function |
drupal/core/includes/install.core.inc |
Verifies that settings.php specifies a valid database connection. |
BreakpointTestBase::verifyBreakpoint |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php |
Verify that a breakpoint is properly stored. |
EasyRdf_Parser_Turtle::verifyCharacter |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
Verifies that the supplied character $c is one of the expected
characters specified in $expected. This method will throw a
exception if this is not the case.
@ignore |
PHPUnit_Framework_MockObject_Matcher::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
|
PHPUnit_Framework_TestCase::verifyMockObjects |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php |
Verifies the mock object expectations. |
BreakpointGroupTestBase::verifyBreakpointGroup |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php |
Verify that a breakpoint is properly stored. |
PHPUnit_Framework_MockObject_Verifiable::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Verifiable.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
EditorAdminTest::verifyUnicornEditorConfiguration |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Verifies unicorn editor configuration. |
PHPUnit_Framework_MockObject_InvocationMocker::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
|
PHPUnit_Framework_MockObject_Matcher_Parameters::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
Checks if the invocation $invocation matches the current rules. If it
does the matcher will get the invoked() method called which should check
if an expectation is met. |
PHPUnit_Framework_MockObject_Matcher_InvokedCount::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
PHPUnit_Framework_MockObject_MockObject::__phpunit_verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockObject.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php |
Verifies that the current expectation is valid. If everything is OK the
code should just return, if not it must throw an exception. |
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation::verify |
function |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php |
Checks if the invocation $invocation matches the current rules. If it does
the matcher will get the invoked() method called which should check if an
expectation is met. |