drupal_reporter.php |
drupal_reporter.php |
|
|
drupal_test_case.php |
drupal_test_case.php |
|
|
drupal_unit_tests.php |
drupal_unit_tests.php |
|
|
image_module.test |
tests/image_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:
… |
page_creation.test |
tests/page_creation.test |
|
|
page_view.test |
tests/page_view.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 |
|
; $Id $
name = "SimpleTest module"
description = "Provides simpletest classes to developers as well as some standard tests for Drupal"
package = Simpletest |
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 |
simpletest_xmlrpc.module |
simpletest_xmlrpc.module |
|
|
taxonomy.module.test |
tests/taxonomy.module.test |
|
|
upload_tests.test |
tests/upload_tests.test |
|
|
user_access.test |
tests/user_access.test |
|
|
user_registration_test.test |
tests/user_registration_test.test |
|
|
user_validation.test |
tests/user_validation.test |
|
|
xmlrpc_validator1.test |
tests/xmlrpc_validator1.test |
|
|