blogapi_module.test |
tests/blogapi_module.test |
|
|
book_module.test |
tests/book_module.test |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
SimpleTest 6.x-1.3, xxxx-xx-xx (development version)
------------------------------
SimpleTest 6.x-1.2, 2008-08-05
------------------------------
- Removal of all 7.x compatibility feature in favor of 2.x branch.
SimpleTest 6.x-1.1,… |
comment_module.test |
tests/comment_module.test |
|
|
content_actions.test |
tests/content_actions.test |
|
|
drupal_reporter.php |
drupal_reporter.php |
|
|
drupal_test_case.php |
drupal_test_case.php |
|
|
drupal_unit_tests.php |
drupal_unit_tests.php |
|
|
forum_module.test |
tests/forum_module.test |
|
|
INSTALL.txt |
INSTALL.txt |
|
Installation
------------
1. Uncompress the SimpleTest module package to your sites/all/modules directory.
2. Download the latest SimpleTest package from SourceForge.net:
… |
locale_module.test |
tests/locale_module.test |
|
|
menu_module.test |
tests/menu_module.test |
|
|
modules_system.test |
tests/modules_system.test |
|
|
node_revisions.test |
tests/node_revisions.test |
|
|
node_teaser.test |
tests/node_teaser.test |
|
|
page_creation.test |
tests/page_creation.test |
|
|
page_view.test |
tests/page_view.test |
|
|
path_module.test |
tests/path_module.test |
|
|
poll_module.test |
tests/poll_module.test |
|
|
profile_module.test |
tests/profile_module.test |
|
|
README.txt |
README.txt |
|
Description
-----------
A framework for running unit tests in Drupal.
USAGE WARNING
-------------
NEVER USE THIS MODULE IN A PRODUCTION ENVIRONMENT!
While running a test this module may (completely) change your Drupal setup.
Though it usually… |
README.txt |
tests/README.txt |
|
Tests against contributed modules should reside within those module packages in a subdir called tests. The files in this directory test core functionality, which does not have a /tests directory. We plan to add this once this testing framework matures… |
run_all_tests.php |
run_all_tests.php |
|
|
search_match.test |
tests/search_match.test |
|
|
simpletest.css |
simpletest.css |
|
/* Addon for the simpletest module */
#simpletest {
}
div.simpletest-pass {
background: #b6ffb6;
}
div.simpletest-fail {
background: #ffc9c9;
}
tr.simpletest-pass.odd {
background: #b6ffb6;
}
tr.simpletest-pass.even {
background:… |
simpletest.info |
simpletest.info |
|
name = "SimpleTest module"
description = "Provides simpletest classes to developers as well as some standard tests for Drupal"
package = Simpletest
core = 6.x
PHP = 5.x |
simpletest.install |
simpletest.install |
|
SimpleTest installation file; ensures presence of SimpleTest library. |
simpletest.module |
simpletest.module |
|
|
simpletest_xmlrpc.info |
simpletest_xmlrpc.info |
|
name = Simpletest_xmlrpc
description = Supports the simpletest module for the xmlrpc tests. Does not need to manually enabled.
package = Simpletest
core = 6.x |
simpletest_xmlrpc.module |
simpletest_xmlrpc.module |
|
|
story_edit.test |
tests/story_edit.test |
|
|
story_preview.test |
tests/story_preview.test |
|
|
taxonomy.module.test |
tests/taxonomy.module.test |
|
|
translation_module.test |
tests/translation_module.test |
|
|
upload_tests.test |
tests/upload_tests.test |
|
|
user_module.test |
tests/user_module.test |
|
|
xmlrpc_validator1.test |
tests/xmlrpc_validator1.test |
|
|