Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DrupalTestCase::$verboseDirectoryUrl | property | modules/ |
URL to the verbose output file directory. |
DrupalTestCase::assert | function | modules/ |
Internal helper: stores the assert. |
DrupalTestCase::assertEqual | function | modules/ |
Check to see if two values are equal. |
DrupalTestCase::assertFalse | function | modules/ |
Check to see if a value is false (an empty string, 0, NULL, or FALSE). |
DrupalTestCase::assertIdentical | function | modules/ |
Check to see if two values are identical. |
DrupalTestCase::assertNotEqual | function | modules/ |
Check to see if two values are not equal. |
DrupalTestCase::assertNotIdentical | function | modules/ |
Check to see if two values are not identical. |
DrupalTestCase::assertNotNull | function | modules/ |
Check to see if a value is not NULL. |
DrupalTestCase::assertNull | function | modules/ |
Check to see if a value is NULL. |
DrupalTestCase::assertTrue | function | modules/ |
Check to see if a value is not false (not an empty string, 0, NULL, or FALSE). |
DrupalTestCase::deleteAssert | function | modules/ |
Delete an assertion record by message ID. |
DrupalTestCase::error | function | modules/ |
Fire an error assertion. |
DrupalTestCase::errorHandler | function | modules/ |
Handle errors during test runs. |
DrupalTestCase::exceptionHandler | function | modules/ |
Handle exceptions. |
DrupalTestCase::fail | function | modules/ |
Fire an assertion that is always negative. |
DrupalTestCase::generatePermutations | function | modules/ |
Converts a list of possible parameters into a stack of permutations. |
DrupalTestCase::getAssertionCall | function | modules/ |
Cycles through backtrace until the first non-assertion method is found. |
DrupalTestCase::getDatabaseConnection | function | modules/ |
Returns the database connection to the site running Simpletest. |
DrupalTestCase::insertAssert | function | modules/ |
Store an assertion from outside the testing context. |
DrupalTestCase::pass | function | modules/ |
Fire an assertion that is always positive. |
DrupalTestCase::randomName | function | modules/ |
Generates a random string containing letters and numbers. |
DrupalTestCase::randomString | function | modules/ |
Generates a random string of ASCII characters of codes 32 to 126. |
DrupalTestCase::run | function | modules/ |
Run all tests in this class. |
DrupalTestCase::verbose | function | modules/ |
Logs a verbose message in a text file. |
DrupalTestCase::__construct | function | modules/ |
Constructor for DrupalTestCase. |
DrupalUnitTestCase | class | modules/ |
Test case for Drupal unit tests. |
DrupalUnitTestCase::setUp | function | modules/ |
Sets up unit test environment. |
DrupalUnitTestCase::tearDown | function | modules/ |
|
DrupalUnitTestCase::__construct | function | modules/ |
Constructor for DrupalUnitTestCase. |
DrupalUpdateException | class | includes/ |
@class Exception class used to throw error if a module update fails. |
DrupalUpdaterInterface | interface | includes/ |
Interface for a class which can update a Drupal project. |
DrupalUpdaterInterface::canUpdateDirectory | function | includes/ |
Determine if the Updater can handle the project provided in $directory. |
DrupalUpdaterInterface::getInstallDirectory | function | includes/ |
|
DrupalUpdaterInterface::getProjectName | function | includes/ |
Returns the system name of the project. |
DrupalUpdaterInterface::isInstalled | function | includes/ |
Checks if the project is installed. |
DrupalUpdaterInterface::postInstall | function | includes/ |
Actions to run after an install has occurred. |
DrupalUpdaterInterface::postUpdate | function | includes/ |
Actions to run after an update has occurred. |
DrupalWebTestCase | class | modules/ |
Test case for typical Drupal tests. |
DrupalWebTestCase::$additionalCurlOptions | property | modules/ |
Additional cURL options. |
DrupalWebTestCase::$content | property | modules/ |
The content of the page currently loaded in the internal browser. |
DrupalWebTestCase::$cookieFile | property | modules/ |
The current cookie file used by cURL. |
DrupalWebTestCase::$cookies | property | modules/ |
The cookies of the page currently loaded in the internal browser. |
DrupalWebTestCase::$curlHandle | property | modules/ |
The handle of the current cURL connection. |
DrupalWebTestCase::$drupalSettings | property | modules/ |
The value of the Drupal.settings JavaScript variable for the page currently loaded in the internal browser. |
DrupalWebTestCase::$elements | property | modules/ |
The parsed version of the page. |
DrupalWebTestCase::$generatedTestFiles | property | modules/ |
Whether the files were copied to the test files directory. |
DrupalWebTestCase::$headers | property | modules/ |
The headers of the page currently loaded in the internal browser. |
DrupalWebTestCase::$httpauth_credentials | property | modules/ |
HTTP authentication credentials (<username>:<password>). |
DrupalWebTestCase::$httpauth_method | property | modules/ |
HTTP authentication method |
DrupalWebTestCase::$loggedInUser | property | modules/ |
The current user logged in using the internal browser. |
Pagination
- Previous page
- Page 54
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.