|
CommonCascadingStylesheetsTestCase::testReset |
core/modules/simpletest/tests/common.test |
Makes sure that resetting the CSS empties the cache. |
|
CommonCascadingStylesheetsUnitTestCase::testLoadCssBasic |
core/modules/simpletest/tests/common.test |
Tests basic CSS loading with and without optimization via backdrop_load_stylesheet(). |
|
CommonFormatDateTestCase::createTimestamp |
core/modules/simpletest/tests/common.test |
Creates a UNIX timestamp given a date and time string in the format
year-month-day hour:minute:seconds (e.g. 2013-12-11 10:09:08). |
|
CommonFormatDateTestCase::providerTestFormatDiff |
core/modules/simpletest/tests/common.test |
Data provider for testFormatDiff(). |
|
CommonFormatDateTestCase::providerTestFormatInterval |
core/modules/simpletest/tests/common.test |
Provides some test data for the format interval test. |
|
CommonFormatDateTestCase::setUp |
core/modules/simpletest/tests/common.test |
Sets up a Backdrop site for running functional and integration tests. |
|
CommonFormatDateTestCase::testAdminDefinedFormatDate |
core/modules/simpletest/tests/common.test |
Test admin-defined formats in format_date(). |
|
CommonFormatDateTestCase::testFormatDate |
core/modules/simpletest/tests/common.test |
Tests for the format_date() function. |
|
CommonFormatDateTestCase::testFormatDiff |
core/modules/simpletest/tests/common.test |
Tests the formatDiff method. |
|
CommonFormatDateTestCase::testFormatInterval |
core/modules/simpletest/tests/common.test |
Tests the formatInterval method. |
|
CommonFormatDateTestCase::testFormatIntervalZeroSecond |
core/modules/simpletest/tests/common.test |
Tests the formatInterval method for 0 second. |
|
CommonHTMLIdentifierTestCase::testBackdropCleanCSSIdentifier |
core/modules/simpletest/tests/common.test |
Tests that backdrop_clean_css_identifier() cleans the identifier properly. |
|
CommonHTMLIdentifierTestCase::testBackdropHTMLClass |
core/modules/simpletest/tests/common.test |
Tests that backdrop_html_class() cleans the class name properly. |
|
CommonHTMLIdentifierTestCase::testBackdropHTMLId |
core/modules/simpletest/tests/common.test |
Tests that backdrop_html_id() cleans the ID properly. |
|
CommonJavaScriptTestCase::setUp |
core/modules/simpletest/tests/common.test |
Sets up a Backdrop site for running functional and integration tests. |
|
CommonJavaScriptTestCase::tearDown |
core/modules/simpletest/tests/common.test |
Delete created files and temporary files directory, delete the tables
created by setUp(), and reset the database prefix. |
|
CommonJavaScriptTestCase::testAddExternal |
core/modules/simpletest/tests/common.test |
Tests adding an external JavaScript File. |
|
CommonJavaScriptTestCase::testAddFile |
core/modules/simpletest/tests/common.test |
Test adding a JavaScript file. |
|
CommonJavaScriptTestCase::testAddInline |
core/modules/simpletest/tests/common.test |
Test adding inline scripts. |
|
CommonJavaScriptTestCase::testAddJsFileWithQueryString |
core/modules/simpletest/tests/common.test |
Tests that the query string remains intact when adding JavaScript files
that have query string parameters. |
|
CommonJavaScriptTestCase::testAddSetting |
core/modules/simpletest/tests/common.test |
Test adding settings. |
|
CommonJavaScriptTestCase::testAggregatedAttributes |
core/modules/simpletest/tests/common.test |
Tests that attributes are maintained when JS aggregation is enabled. |
|
CommonJavaScriptTestCase::testAggregation |
core/modules/simpletest/tests/common.test |
Test JavaScript grouping and aggregation. |
|
CommonJavaScriptTestCase::testAggregationOrder |
core/modules/simpletest/tests/common.test |
Tests JavaScript aggregation when files are added to a different scope. |
|
CommonJavaScriptTestCase::testAlter |
core/modules/simpletest/tests/common.test |
Test altering a JavaScript's weight via hook_js_alter(). |
|
CommonJavaScriptTestCase::testAssetsAttachedViaHookTheme |
core/modules/simpletest/tests/common.test |
Tests the addition of assets via hook_theme(). These are all random assets
that would not normally be added to the page. |
|
CommonJavaScriptTestCase::testAttachedLibrary |
core/modules/simpletest/tests/common.test |
Tests the addition of libraries through the #attached['library'] property. |
|
CommonJavaScriptTestCase::testAttributes |
core/modules/simpletest/tests/common.test |
Tests adding JavaScript files with additional attributes. |
|
CommonJavaScriptTestCase::testDefault |
core/modules/simpletest/tests/common.test |
Test default JavaScript is empty. |
|
CommonJavaScriptTestCase::testDeprecatedBrowserConditionalComments |
core/modules/simpletest/tests/common.test |
Test deprecated conditional comments are no longer output. |
|
CommonJavaScriptTestCase::testDifferentGroup |
core/modules/simpletest/tests/common.test |
Test adding a JavaScript file with a different group. |
|
CommonJavaScriptTestCase::testDifferentWeight |
core/modules/simpletest/tests/common.test |
Test adding a JavaScript file with a different weight. |
|
CommonJavaScriptTestCase::testFooterHTML |
core/modules/simpletest/tests/common.test |
Test backdrop_get_js() with a footer scope. |
|
CommonJavaScriptTestCase::testGetLibrary |
core/modules/simpletest/tests/common.test |
Tests retrieval of libraries via backdrop_get_library(). |
|
CommonJavaScriptTestCase::testHeaderSetting |
core/modules/simpletest/tests/common.test |
Test backdrop_get_js() for JavaScript settings. |
|
CommonJavaScriptTestCase::testLibraryAlter |
core/modules/simpletest/tests/common.test |
Adds a JavaScript library to the page and alters it. |
|
CommonJavaScriptTestCase::testLibraryNameConflicts |
core/modules/simpletest/tests/common.test |
Tests that multiple modules can implement the same library. |
|
CommonJavaScriptTestCase::testLibraryRender |
core/modules/simpletest/tests/common.test |
Adds a library to the page and tests for both its JavaScript and its CSS. |
|
CommonJavaScriptTestCase::testLibraryUnknown |
core/modules/simpletest/tests/common.test |
Tests non-existing libraries. |
|
CommonJavaScriptTestCase::testNoCache |
core/modules/simpletest/tests/common.test |
Test backdrop_add_js() sets preprocess to false when cache is set to false. |
|
CommonJavaScriptTestCase::testRenderDifferentWeight |
core/modules/simpletest/tests/common.test |
Test rendering the JavaScript with a file's weight above jQuery's. |
|
CommonJavaScriptTestCase::testRenderExternal |
core/modules/simpletest/tests/common.test |
Test rendering an external JavaScript file. |
|
CommonJavaScriptTestCase::testRenderOrder |
core/modules/simpletest/tests/common.test |
Test JavaScript ordering. |
|
CommonJavaScriptTestCase::testReset |
core/modules/simpletest/tests/common.test |
Test to see if resetting the JavaScript empties the cache. |
|
CommonJavaScriptTestCase::testVersionQueryString |
core/modules/simpletest/tests/common.test |
Test JavaScript versioning. |
|
CommonJSONUnitTestCase::testJSON |
core/modules/simpletest/tests/common.test |
Tests converting PHP variables to JSON strings and back. |
|
CommonSimpleTestErrorCollectorTestCase::assertError |
core/modules/simpletest/tests/common.test |
Assert that a collected error matches what we are expecting. |
|
CommonSimpleTestErrorCollectorTestCase::error |
core/modules/simpletest/tests/common.test |
Error handler that collects errors in an array. |
|
CommonSimpleTestErrorCollectorTestCase::setUp |
core/modules/simpletest/tests/common.test |
Sets up a Backdrop site for running functional and integration tests. |
|
CommonSimpleTestErrorCollectorTestCase::testErrorCollect |
core/modules/simpletest/tests/common.test |
Test that simpletest collects errors from the tested site. |