Search for test
Title | Object type | File name | Summary |
---|---|---|---|
image_module_test_image_effect_info | function | modules/ |
Implements hook_image_effect_info(). |
image_module_test_image_effect_info_alter | function | modules/ |
Implements hook_image_effect_info_alter(). |
image_module_test_null_effect | function | modules/ |
Image effect callback; Null. |
image_test.info | file | modules/ |
name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE |
image_test.module | file | modules/ |
Helper module for the image tests. |
image_test_crop | function | modules/ |
Image tookit's crop operation. |
image_test_desaturate | function | modules/ |
Image tookit's desaturate operation. |
image_test_get_all_calls | function | modules/ |
Get an array with the all the calls to the toolkits since image_test_reset() was called. |
image_test_get_info | function | modules/ |
Image toolkit's get_info operation. |
image_test_image_toolkits | function | modules/ |
Implements hook_image_toolkits(). |
image_test_load | function | modules/ |
Image tookit's load operation. |
image_test_reset | function | modules/ |
Reset/initialize the history of calls to the toolkit functions. |
image_test_resize | function | modules/ |
Image tookit's resize operation. |
image_test_rotate | function | modules/ |
Image tookit's rotate operation. |
image_test_save | function | modules/ |
Image tookit's save operation. |
image_test_settings | function | modules/ |
Image tookit's settings operation. |
ImportOPMLTestCase | class | modules/ |
Tests importing feeds from OPML functionality for the Aggregator module. |
ImportOPMLTestCase::getInfo | function | modules/ |
|
ImportOPMLTestCase::openImportForm | function | modules/ |
Opens OPML import form. |
ImportOPMLTestCase::submitImportForm | function | modules/ |
Submits form with invalid, empty, and valid OPML files. |
ImportOPMLTestCase::testOPMLImport | function | modules/ |
Tests the import of an OPML file. |
ImportOPMLTestCase::validateImportFormFields | function | modules/ |
Submits form filled with invalid fields. |
InfoFileParserTestCase | class | modules/ |
|
InfoFileParserTestCase::getInfo | function | modules/ |
|
InfoFileParserTestCase::testDrupalParseInfoFormat | function | modules/ |
Test drupal_parse_info_format(). |
IPAddressBlockingTestCase | class | modules/ |
|
IPAddressBlockingTestCase::$blocking_user | property | modules/ |
|
IPAddressBlockingTestCase::getInfo | function | modules/ |
Implement getInfo(). |
IPAddressBlockingTestCase::setUp | function | modules/ |
Implement setUp(). |
IPAddressBlockingTestCase::testDuplicateIpAddress | function | modules/ |
Test duplicate IP addresses are not present in the 'blocked_ips' table. |
IPAddressBlockingTestCase::testIPAddressValidation | function | modules/ |
Test a variety of user input to confirm correct validation and saving of data. |
JavaScriptTestCase | class | modules/ |
Tests for the JavaScript system. |
JavaScriptTestCase::$preprocess_js | property | modules/ |
Store configured value for JavaScript preprocessing. |
JavaScriptTestCase::getInfo | function | modules/ |
|
JavaScriptTestCase::resetStaticVariables | function | modules/ |
Resets static variables related to adding JavaScript to a page. |
JavaScriptTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
JavaScriptTestCase::tearDown | function | modules/ |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix. |
JavaScriptTestCase::testAddExternal | function | modules/ |
Tests adding an external JavaScript File. |
JavaScriptTestCase::testAddFile | function | modules/ |
Test adding a JavaScript file. |
JavaScriptTestCase::testAddInline | function | modules/ |
Test adding inline scripts. |
JavaScriptTestCase::testAddJsFileWithQueryString | function | modules/ |
Tests that the query string remains intact when adding JavaScript files that have query string parameters. |
JavaScriptTestCase::testAddSetting | function | modules/ |
Test adding settings. |
JavaScriptTestCase::testAggregationOrder | function | modules/ |
Tests JavaScript aggregation when files are added to a different scope. |
JavaScriptTestCase::testAlter | function | modules/ |
Test altering a JavaScript's weight via hook_js_alter(). |
JavaScriptTestCase::testAttachedLibrary | function | modules/ |
Tests the addition of libraries through the #attached['library'] property. |
JavaScriptTestCase::testDefault | function | modules/ |
Test default JavaScript is empty. |
JavaScriptTestCase::testDifferentGroup | function | modules/ |
Test adding a JavaScript file with a different group. |
JavaScriptTestCase::testDifferentWeight | function | modules/ |
Test adding a JavaScript file with a different weight. |
JavaScriptTestCase::testDoubleSubmitFormProtection | function | modules/ |
Tests the double submit form protection and 'javascript_use_double_submit_protection' variable. |
JavaScriptTestCase::testFooterHTML | function | modules/ |
Test drupal_get_js() with a footer scope. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.