You are here

Files in SimpleTest 7.2

Primary tabs

File namesort descending Location Namespace Description
API.txt API.txt DESCRIPTION ----------- Provides a reference of the API changes between SimpleTest 7.x-1.x include with Drupal 7 core and SimpleTest 7.x-2.x. CHANGES ------- * The DrupalWebTestCase::setUp() method no longer accepts a variable number of …
CHANGELOG.txt CHANGELOG.txt SimpleTest 7.x-2.x, xxxx-xx-xx (development version) ------------------------------ - Changes: * #610072: setUp() function accepting array as arguments. * #610072: followup. * #550752: Detect cache our of sync with code on test list select. …
comment_hacks.css files/css_test_files/comment_hacks.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_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 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 files/css_test_files/comment_hacks.css.unoptimized.css /* * A sample css file, designed to test the effectiveness and stability * of function <code>drupal_load_stylesheet_content()</code>. * */ /* A large comment block to test for segfaults and speed. This is 60K a's. Extreme but usefull…
css_input_without_import.css files/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_without_import.css.optimized.css 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 files/css_test_files/css_input_without_import.css.unoptimized.css Basic css that does not use import
css_input_with_import.css files/css_test_files/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; color:…
css_input_with_import.css.optimized.css files/css_test_files/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);} p,select{font:1em/160% Verdana,sans-serif;color:#494949;} body{margin:0;padding:0;background:#edf5fa;font:76%/170%…
css_input_with_import.css.unoptimized.css files/css_test_files/css_input_with_import.css.unoptimized.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,…
drupal_web_test_case.php drupal_web_test_case.php Provides DrupalTestCase, DrupalUnitTestCase, and DrupalWebTestCase classes.
html-1.txt files/html-1.txt <h1>SimpleTest HTML</h1>
html-2.html files/html-2.html
import1.css files/css_test_files/import1.css ul, select { font: 1em/160% Verdana, sans-serif; color: #494949; } .ui-icon{background-image: url(images/icon.png);}
import2.css files/css_test_files/import2.css p, select { font: 1em/160% Verdana, sans-serif; color: #494949; }
javascript-1.txt files/javascript-1.txt <script> alert('SimpleTest JS was executed!'); </script>
php-1.txt files/php-1.txt <?php print 'SimpleTest PHP was executed!'; ?>
php-2.php files/php-2.php
README.txt files/README.txt These files are use in some tests that upload files or other operations were a file is useful. These files are copied to the files directory as specified in the site settings. Other tests files are generated in order to save space.
simpletest.api.php simpletest.api.php Hooks provided by the SimpleTest module.
simpletest.css simpletest.css /* Test Table */ #simpletest-form-table th.select-all { width: 1em; } th.simpletest_test { width: 16em; } .simpletest-image { display: inline-block; cursor: pointer; width: 1em; } .simpletest-group-label label { display: inline; …
simpletest.info simpletest.info name = Testing description = Provides a framework for unit and functional testing. package = Testing core = 7.x files[] = simpletest.test files[] = drupal_web_test_case.php configure = admin/config/development/testing/settings dependencies[] =…
simpletest.install simpletest.install Install, update and uninstall functions for the simpletest module.
simpletest.module simpletest.module Provides testing functionality.
simpletest.pages.inc simpletest.pages.inc Page callbacks for simpletest module.
simpletest.test simpletest.test Tests for simpletest.module.
simpletest_monitor.info monitor/simpletest_monitor.info name = Testing API Monitor description = Ensure that 2.x style tests are removed when core API is being used. package = Testing core = 7.x files[] = simpletest_monitor.module
simpletest_monitor.module monitor/simpletest_monitor.module Ensure that 2.x style tests are removed when core API is being used.
sql-1.txt files/sql-1.txt SELECT invalid_field FROM {invalid_table}

Other projects