Search for alt
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalTestCase::$originalThemeKey | property | modules/ |
The original theme key. |
| DrupalTestCase::$originalThemePath | property | modules/ |
The original theme path. |
| DrupalTestCase::$results | property | modules/ |
Current results of this test case. |
| DrupalTestCase::$setup | property | modules/ |
Flag to indicate whether the test has been set up. |
| DrupalTestCase::$setupDatabasePrefix | property | modules/ |
|
| DrupalTestCase::$setupEnvironment | property | modules/ |
|
| DrupalTestCase::$skipClasses | property | modules/ |
This class is skipped when looking for the source of an assertion. |
| DrupalTestCase::$testId | property | modules/ |
The test run ID. |
| DrupalTestCase::$timeLimit | property | modules/ |
Time limit for the test. |
| DrupalTestCase::$useSetupInstallationCache | property | modules/ |
Whether to cache the installation part of the setUp() method. |
| DrupalTestCase::$useSetupModulesCache | property | modules/ |
Whether to cache the modules installation part of the setUp() method. |
| 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. |
| drupal_alter | function | includes/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
| drupal_autoload_test_registry_files_alter | function | modules/ |
Implements hook_registry_files_alter(). |
| drupal_get_hash_salt | function | includes/ |
Gets a salt useful for hardening against SQL injection. |
| EntityFieldQuery::$altered | property | includes/ |
TRUE if the query has already been altered, FALSE if it hasn't. |
| entity_crud_hook_test_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
| example_form_alter | function | external_documentation/ |
Implementation of hook_form_alter(). |
| FieldAttachStorageTestCase::testFieldStorageDetailsAlter | function | modules/ |
Test storage details alteration. |
| FieldSchemaAlterTestCase | class | modules/ |
Tests that the field schema can be altered with hook_field_schema_alter(). |
| FieldSchemaAlterTestCase::getInfo | function | modules/ |
|
| FieldSchemaAlterTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
| FieldSchemaAlterTestCase::testImageFieldSchemaAlter | function | modules/ |
Tests a hook_field_schema_alter() implementation. |
| FieldUIAlterTestCase | class | modules/ |
Tests custom widget hooks and callbacks on the field administration pages. |
| FieldUIAlterTestCase::getInfo | function | modules/ |
|
| FieldUIAlterTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
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.