drupal/modules/simpletest/tests
Angie Byron f5d1094bbb #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to drupal_http_request() when a URL fails to parse, instead of failing silently. 2009-09-16 15:28:00 +00:00
..
actions.test #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' configuration section. 2009-09-01 16:50:12 +00:00
actions_loop_test.info #296322 follow-up. It's extremely helpful when I remember to commit ALL files. :P 2009-08-22 16:16:19 +00:00
actions_loop_test.install #296322 follow-up. It's extremely helpful when I remember to commit ALL files. :P 2009-08-22 16:16:19 +00:00
actions_loop_test.module #296322 follow-up. It's extremely helpful when I remember to commit ALL files. :P 2009-08-22 16:16:19 +00:00
batch.test #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
bootstrap.test - Patch #370454 by chx, Damien Tournoud: simplify page caching. 2009-08-16 18:39:45 +00:00
browser.test - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest broswer in its own class/object. 2009-08-17 06:08:47 +00:00
browser_test.info - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest broswer in its own class/object. 2009-08-17 06:08:47 +00:00
browser_test.module - Patch #340283 by boombatower, dmitrig01 et al: abstract the simpletest broswer in its own class/object. 2009-08-17 06:08:47 +00:00
cache.test - Patch #575360 by dropcube: added API function to check if a cache bin is empty. 2009-09-13 17:49:51 +00:00
common.test #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to drupal_http_request() when a URL fails to parse, instead of failing silently. 2009-09-16 15:28:00 +00:00
common_test.info #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
common_test.module - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter. 2009-09-05 13:05:31 +00:00
database_test.info #318892 by justinrandell and chx: Add .install files to the list of files added to .info files. 2008-10-09 22:51:41 +00:00
database_test.install - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
database_test.module - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
database_test.test #561104 by Crell: Added support for random ordering in dynamic select queries. 2009-09-11 02:47:11 +00:00
error.test #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. 2009-08-17 19:14:42 +00:00
error_test.info #469768 again. Let's get those new files there, shall we? :P 2009-05-22 15:03:47 +00:00
error_test.module #296574 by boombatower and chx: Provide debug function for debugging during tests and elsewhere. 2009-08-15 06:20:20 +00:00
field_test.info #369562 by bjaspan and yched: Clean up a few minor things in field API. 2009-02-08 21:22:59 +00:00
field_test.install - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
field_test.module - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'. 2009-09-10 06:31:39 +00:00
file.test - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable. 2009-08-31 05:47:34 +00:00
file_test.info #310358 by drewish: Add a test for file_save_upload and clean up file.test. 2008-09-20 07:35:53 +00:00
file_test.module #565664 by c960657: Remove t() from 'title' in various test modules' hook_menu(). 2009-09-11 04:45:23 +00:00
filetransfer.test - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP file transfer classes. 2009-08-28 07:51:55 +00:00
filter_test.info - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions. 2009-08-26 10:29:26 +00:00
filter_test.module - Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements. 2009-08-27 21:18:20 +00:00
form.test #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
form_test.info #242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests). 2009-01-28 07:43:26 +00:00
form_test.module #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. 2009-08-17 07:12:16 +00:00
graph.test #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
https.php - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter. 2009-09-05 13:05:31 +00:00
image.test #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.). 2009-09-01 17:49:11 +00:00
image_test.info - Patch #373613 by quicksketch and drewish: in order to operate on images multiple 2009-03-09 11:44:54 +00:00
image_test.module #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, EPS, etc.). 2009-09-01 17:49:11 +00:00
lock.test - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations. 2009-08-17 20:32:30 +00:00
mail.test #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework. 2009-08-31 18:30:27 +00:00
menu.test #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in menu_tree_data(). 2009-09-11 01:28:34 +00:00
menu_test.info - Patch #320363 by mikey_p: renaming module for consistency. 2008-12-28 18:27:14 +00:00
menu_test.module #193366 by Anthony Hersey: Move various rebuild functions to module page submission rather than viewing for vastly increased performance. 2009-07-14 20:53:16 +00:00
module.test #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
module_test.info - Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: automatically clean the {role_permission} table when modules are uninstalled. 2009-07-01 08:39:56 +00:00
module_test.module - Patch #506976 by catch: rename hook_perm to hook_permission. 2009-07-05 18:00:11 +00:00
path.test #293496 by kathyh and cwgordon7: Added tests for drupal_match_path(). 2009-09-11 02:19:02 +00:00
registry.test #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
schema.test #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
session.test - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter. 2009-09-05 13:05:31 +00:00
session_test.info - Patch #276430 by jhedstrom, chx, boombatower et al: added tests for session handling. 2008-08-16 21:11:02 +00:00
session_test.module #565664 by c960657: Remove t() from 'title' in various test modules' hook_menu(). 2009-09-11 04:45:23 +00:00
system_test.info #325869 by pwolanin: Restore missing hidden property in test module .info file. 2008-10-24 23:32:44 +00:00
system_test.module - Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations. 2009-08-17 20:32:30 +00:00
taxonomy_test.info - Patch #424094 by chx: fixed taxonomy tests. 2009-04-05 12:21:12 +00:00
taxonomy_test.install - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
taxonomy_test.module #537044 by dropcube: Simplify and expand taxonomy hook tests. 2009-08-03 20:19:29 +00:00
theme.test #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, 2009-09-15 17:10:39 +00:00
unicode.test #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
xmlrpc.test #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
xmlrpc_test.info - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move includes/tests to simpletest/tests and provide hidden .info propery 2008-08-09 12:41:23 +00:00
xmlrpc_test.module - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00