search_embedded_form.info |
core/modules/search/tests/search_embedded_form/search_embedded_form.info |
name = "Search embedded form"
description = "Support module for search module testing of embedded forms."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
search_embedded_form.module |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Test module implementing a form that can be embedded in search results. |
search_extra_type.info |
core/modules/search/tests/search_extra_type/search_extra_type.info |
name = "Test search type"
description = "Support module for search module testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
search_extra_type.module |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Dummy module implementing a search type for search module testing. |
UnicodeTest.txt |
core/modules/search/tests/UnicodeTest.txt |
… |
search.views.inc |
core/modules/search/views/search.views.inc |
Provide views data and handlers for search.module. |
views_handler_argument_search.inc |
core/modules/search/views/views_handler_argument_search.inc |
Definition of views_handler_argument_search. |
views_handler_field_search_score.inc |
core/modules/search/views/views_handler_field_search_score.inc |
Definition of views_handler_field_search_score. |
views_handler_filter_search.inc |
core/modules/search/views/views_handler_filter_search.inc |
Contains a search filter handler. |
views_handler_sort_search_score.inc |
core/modules/search/views/views_handler_sort_search_score.inc |
Definition of views_handler_sort_search_score. |
views_plugin_row_search_view.inc |
core/modules/search/views/views_plugin_row_search_view.inc |
Definition of views_plugin_row_search_view. |
backdrop_web_test_case.php |
core/modules/simpletest/backdrop_web_test_case.php |
|
backdrop_web_test_case_cache.php |
core/modules/simpletest/backdrop_web_test_case_cache.php |
|
simpletest.css |
core/modules/simpletest/css/simpletest.css |
Styles used in selecting tests and displaying results. |
comment_hacks.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css |
/*
* A sample css file, designed to test the effectiveness and stability
* of function <code>backdrop_load_stylesheet_content()</code>.
*
*/
/*
A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
comment_hacks.css.optimized.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css |
.test1{display:block;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px… |
comment_hacks.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css |
/*
* A sample css file, designed to test the effectiveness and stability
* of function <code>backdrop_load_stylesheet_content()</code>.
*
*/
/*
A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
css_input_without_import.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css |
Basic css that does not use import |
css_input_without_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css |
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo… |
css_input_without_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css |
Basic css that does not use import |
css_input_with_import.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css |
@import url("http://example.com/style.css");
@import url("//example.com/style.css");
/* Test import URLs with semi-colons. */
/* See https://github.com/backdrop/backdrop-issues/issues/6337 */
@import… |
css_input_with_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css |
@import url("http://example.com/style.css");@import url("//example.com/style.css");@import url("https://example.com/css2?family=Test-Font:ital,wght@0,400;0,500;1,400;1,500&display=swap");ul,select{font:1em/160%… |
css_input_with_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css |
@import url("http://example.com/style.css");
@import url("//example.com/style.css");
/* Test import URLs with semi-colons. */
/* See https://github.com/backdrop/backdrop-issues/issues/6337 */
@import… |
css_input_with_import.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css |
@import "../import1.css";
@import "../import2.css";
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}
.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
… |
css_input_with_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
css_input_with_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css |
ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(../images/icon.png);}
/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023… |
import1.css |
core/modules/simpletest/files/css_test_files/import1.css |
ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}
/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023 */
… |
import2.css |
core/modules/simpletest/files/css_test_files/import2.css |
p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
} |
html-1.txt |
core/modules/simpletest/files/html-1.txt |
<h1>SimpleTest HTML</h1> |
html-2.html |
core/modules/simpletest/files/html-2.html |
|
javascript-1.txt |
core/modules/simpletest/files/javascript-1.txt |
<script>
alert('SimpleTest PHP was executed!');
</script> |
php-1.txt |
core/modules/simpletest/files/php-1.txt |
<?php
print 'SimpleTest PHP was executed!';
?> |
php-2.php |
core/modules/simpletest/files/php-2.php |
|
sql-1.txt |
core/modules/simpletest/files/sql-1.txt |
SELECT invalid_field FROM {invalid_table} |
simpletest.api.php |
core/modules/simpletest/simpletest.api.php |
Hooks provided by the SimpleTest module. |
simpletest.info |
core/modules/simpletest/simpletest.info |
type = module
name = Testing
description = Provides a framework for unit and functional testing.
package = Development
tags[] = Testing
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/config/development/testing/settings |
simpletest.install |
core/modules/simpletest/simpletest.install |
Install, update and uninstall functions for the simpletest module. |
simpletest.module |
core/modules/simpletest/simpletest.module |
Provides testing functionality. |
simpletest.pages.inc |
core/modules/simpletest/simpletest.pages.inc |
Page callbacks for simpletest module. |
simpletest.theme.inc |
core/modules/simpletest/simpletest.theme.inc |
Theme functions for the Simpletest module. |
actions.test |
core/modules/simpletest/tests/actions.test |
Tests for checking the actions system within Backdrop. |
actions_loop_test.info |
core/modules/simpletest/tests/actions_loop_test.info |
name = Actions loop test
description = Support module for action loop testing.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
actions_loop_test.install |
core/modules/simpletest/tests/actions_loop_test.install |
|
actions_loop_test.module |
core/modules/simpletest/tests/actions_loop_test.module |
|
ajax.test |
core/modules/simpletest/tests/ajax.test |
Ajax Tests. |
ajax_forms_test.info |
core/modules/simpletest/tests/ajax_forms_test.info |
name = "AJAX form test mock module"
description = "Test for AJAX form calls."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
ajax_forms_test.module |
core/modules/simpletest/tests/ajax_forms_test.module |
Simpletest mock module for Ajax forms testing. |
ajax_test.info |
core/modules/simpletest/tests/ajax_test.info |
name = AJAX Test
description = Support module for AJAX framework tests.
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
ajax_test.module |
core/modules/simpletest/tests/ajax_test.module |
Helper module for Ajax framework tests. |
backdrop_system_listing_compatible_test.info |
core/modules/simpletest/tests/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.info |
name = "Backdrop system listing compatible test"
description = "Support module for testing the backdrop_system_listing function."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |