You are here

Files in SimpleTest 6.2

Primary tabs

File namesort descending Location Namespace Description
BACKPORT.txt BACKPORT.txt AUTHOR ------ Jimmy Berry ("boombatower", http://drupal.org/user/214218) PURPOSE ------- This document describes the changes necessary to backport Drupal 7 core SimpleTest for Drupal 6. This record is useful when trying to backport…
block.test tests/block.test Backport of Drupal 7 block.test with modifications, see BACKPORT.txt.
CHANGELOG.txt CHANGELOG.txt SimpleTest 6.x-2.12, xxxx-xx-xx ------------------------------- - Bugs * #696552: Fix tests when run in a subdirectory. SimpleTest 6.x-2.11, 2010-10-07 ------------------------------- - Bugs * #673928: SimpleTest 6.x-2.x requires PHP 5.2, but…
drupal_web_test_case.php drupal_web_test_case.php
html-1.txt files/html-1.txt <h1>SimpleTest HTML</h1>
html-2.html files/html-2.html
INSTALL.txt INSTALL.txt AUTHOR ------ Jimmy Berry ("boombatower", http://drupal.org/user/214218) REQUIREMENTS ------------ * PHP 5.2 - both patched core and SimpleTest module - php-curl INSTALLATION ------------ 1. Apply the D6-core-simpletest.patch file to…
javascript-1.txt files/javascript-1.txt <script> alert('SimpleTest PHP 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 README.txt AUTHOR ------ Jimmy Berry ("boombatower", http://drupal.org/user/214218) PROJECT PAGE ------------ If you need more information, have an issue, or feature request please visit the project page at:…
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.
run-tests.sh run-tests.sh This script runs Drupal tests from command line.
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 = SimpleTest description = Provides a framework for unit and functional testing. package = Development core = 6.x php = 5.2 files[] = simpletest.module files[] = simpletest.pages.inc files[] = simpletest.install files[] = simpletest.test files[]…
simpletest.install simpletest.install Install, update and uninstall functions for the simpletest module.
simpletest.mail.inc simpletest.mail.inc smtp_library implementation for simpletest.
simpletest.module simpletest.module Provides testing functionality.
simpletest.pages.inc simpletest.pages.inc Page callbacks for simpletest module.
simpletest.test simpletest.test
sql-1.txt files/sql-1.txt SELECT invalid_field FROM {invalid_table}

Other projects