Search for on
Title | Object type | File name | Summary |
---|---|---|---|
DrupalHtmlToTextTestCase::testDrupalHtmlToTextBlockTagToNewline | function | modules/ |
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version. |
DrupalHtmlToTextTestCase::testHeaderSeparation | function | modules/ |
Test that headers are properly separated from surrounding text. |
DrupalHtmlToTextTestCase::testVeryLongLineWrap | function | modules/ |
Tests that drupal_html_to_text() wraps before 1000 characters. |
DrupalHTTPResponseStatusLineTest | class | modules/ |
Tests parsing of the HTTP response status line. |
DrupalHTTPResponseStatusLineTest::getInfo | function | modules/ |
|
DrupalHTTPResponseStatusLineTest::statusLineData | function | modules/ |
Data provider for testStatusLine(). |
DrupalHTTPResponseStatusLineTest::testStatusLine | function | modules/ |
Tests parsing HTTP response status line. |
DrupalJSONTest | class | modules/ |
Tests converting PHP variables to JSON strings and back. |
DrupalJSONTest::getInfo | function | modules/ |
|
DrupalJSONTest::testJSON | function | modules/ |
Tests converting PHP variables to JSON strings and back. |
DrupalLocalStreamWrapper::$context | property | includes/ |
Stream context resource. |
DrupalLocalStreamWrapper::stream_set_option | function | includes/ |
Change stream options. |
DrupalMatchPathTestCase::$front | property | modules/ |
|
DrupalRequestSanitizer::cleanDestination | function | includes/ |
Removes the destination if it is dangerous. |
DrupalSetContentTestCase | class | modules/ |
Testing drupal_add_region_content and drupal_get_region_content. |
DrupalSetContentTestCase::getInfo | function | modules/ |
|
DrupalSetContentTestCase::testRegions | function | modules/ |
Test setting and retrieving content for theme regions. |
DrupalTestCase::$assertions | property | modules/ |
Assertions thrown in that test case. |
DrupalTestCase::$setupEnvironment | property | modules/ |
|
DrupalTestCase::$useSetupInstallationCache | property | modules/ |
Whether to cache the installation part of the setUp() method. |
DrupalTestCase::exceptionHandler | function | modules/ |
Handle exceptions. |
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::__construct | function | modules/ |
Constructor for DrupalTestCase. |
DrupalUnitTestCase::__construct | function | modules/ |
Constructor for DrupalUnitTestCase. |
DrupalUpdateException | class | includes/ |
@class Exception class used to throw error if a module update fails. |
DrupalWebTestCase::$additionalCurlOptions | property | modules/ |
Additional cURL options. |
DrupalWebTestCase::$content | property | modules/ |
The content of the page currently loaded in the internal browser. |
DrupalWebTestCase::$plainTextContent | property | modules/ |
The content of the page currently loaded in the internal browser (plain text version). |
DrupalWebTestCase::$session_id | property | modules/ |
The current session ID, if available. |
DrupalWebTestCase::$session_name | property | modules/ |
The current session name, if available. |
DrupalWebTestCase::assertNoOptionSelected | function | modules/ |
Asserts that a select option in the current page is not checked. |
DrupalWebTestCase::assertNoResponse | function | modules/ |
Asserts the page did not return the specified response code. |
DrupalWebTestCase::assertOptionSelected | function | modules/ |
Asserts that a select option in the current page is checked. |
DrupalWebTestCase::assertResponse | function | modules/ |
Asserts the page responds with the specified response code. |
DrupalWebTestCase::checkPermissions | function | modules/ |
Check to make sure that the array of permissions are valid. |
DrupalWebTestCase::constructFieldXpath | function | modules/ |
Helper function: construct an XPath for the given set of attributes and value. |
DrupalWebTestCase::cronRun | function | modules/ |
Runs cron in the Drupal installed by Simpletest. |
DrupalWebTestCase::drupalCreateContentType | function | modules/ |
Creates a custom content type based on default settings. |
DrupalWebTestCase::drupalGetContent | function | modules/ |
Gets the current raw HTML of requested page. |
DrupalWebTestCase::drupalSetContent | function | modules/ |
Sets the raw HTML content. This can be useful when a page has been fetched outside of the internal browser and assertions need to be made on the returned page. |
DrupalWebTestCase::getAllOptions | function | modules/ |
Get all option elements, including nested options, in a select. |
DrupalWebTestCase::prepareEnvironment | function | modules/ |
Prepares the current environment for running the test. |
DrupalWebTestCase::__construct | function | modules/ |
Constructor for DrupalWebTestCase. |
drupal_add_region_content | function | includes/ |
Adds content to a specified region. |
DRUPAL_ANONYMOUS_RID | constant | includes/ |
Role ID for anonymous users; should match what's in the "role" table. |
drupal_anonymous_user | function | includes/ |
Generates a default anonymous $user object. |
DRUPAL_BOOTSTRAP_CONFIGURATION | constant | includes/ |
First bootstrap phase: initialize configuration. |
DRUPAL_BOOTSTRAP_SESSION | constant | includes/ |
Fifth bootstrap phase: initialize session handling. |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.