drupal/modules/simpletest/tests
David Rothstein 19e65b966c Issue #1453984 by xjm, naxoc, Dave Reid, underq, dags, tim.plunkett, Heine: Fixed Color module doesn't test for unlimited memory. 2013-08-05 23:58:15 -04:00
..
drupal_system_listing_compatible_test Stripping CVS keywords 2011-02-25 02:06:03 +00:00
drupal_system_listing_incompatible_test Stripping CVS keywords 2011-02-25 02:06:03 +00:00
psr_0_test Issue #1693398 by donquixote, pounard, sun, Sylvain Lecoy: Allow PSR-0 test classes to be used in D7. 2013-04-01 22:50:18 -04:00
themes Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
upgrade Issue #1797920 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:57:14 -07:00
actions.test Issue #1560028 by bleen18, sun, thehong: Remove all calls to rand() from tests. 2012-07-08 23:58:02 -04:00
actions_loop_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
actions_loop_test.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
actions_loop_test.module Issue #598586 by grendzy, deekayen, matglas86, dawehner, Zgear: Fixed watchdog() assumes is defined. 2012-04-28 23:42:56 -07:00
ajax.test Issue #1797120 by dcam, lazysoundsystem, Lars Toomre, xjm: Remove t() from test asserts in various system tests 2013-07-03 08:00:12 -07:00
ajax_forms_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
ajax_forms_test.module Issue #1754712 by TravisCarden, Bußmeyer, pingers: Fixed @return unknown_type() should be @return mixed. 2012-09-01 22:09:43 -07:00
ajax_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
ajax_test.module Issue #967166 by effulgentsia, Cottser, no_commit_credit, KrisBulman: Fixed Content rendered via AJAX does not respect stylesheets removed in .info files. 2012-02-28 22:11:46 -08:00
batch.test Issue #1599618 by droplet, yurtboy, Albert Volkman: Fixed Remove duplicate array keys. 2012-07-29 22:27:34 -04:00
batch_test.callbacks.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
batch_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
batch_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
bootstrap.test Issue #1453984 by xjm, naxoc, Dave Reid, underq, dags, tim.plunkett, Heine: Fixed Color module doesn't test for unlimited memory. 2013-08-05 23:58:15 -04:00
cache.test Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', TRUE); will TRUNCATE the {block} table without additional checks. 2013-08-05 01:36:56 -04:00
common.test Issue #1975442 by thedavidmeister, dcam: Fixed drupal_render() should always return a string. 2013-08-05 02:12:57 -04:00
common_test.css Stripping CVS keywords 2011-02-25 02:06:03 +00:00
common_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
common_test.module Issue #1975442 by thedavidmeister, dcam: Fixed drupal_render() should always return a string. 2013-08-05 02:12:57 -04:00
common_test.print.css Stripping CVS keywords 2011-02-25 02:06:03 +00:00
common_test_cron_helper.info Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in cron. 2011-08-30 01:07:28 -07:00
common_test_cron_helper.module Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in cron. 2011-08-30 01:07:28 -07:00
common_test_info.txt Stripping CVS keywords 2011-02-25 02:06:03 +00:00
database_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
database_test.install Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL. 2012-04-22 18:57:18 -07:00
database_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
database_test.test Issue #1266572 by znerol, joshf: Fixed Workaround in UpdateQuery_sqlite() for affected rows count causes certain updates to be suppressed. 2013-02-27 18:13:58 -05:00
entity_cache_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
entity_cache_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
entity_cache_test_dependency.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
entity_cache_test_dependency.module Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed drupal_flush_all_caches() does not clear entity info cache. 2012-01-31 02:51:45 -08:00
entity_crud_hook_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
entity_crud_hook_test.module Issue #1315340 by Albert Volkman, aspilicious: API docs cleanup for entity includes and tests 2012-08-03 10:59:07 -07:00
entity_crud_hook_test.test Issue #1315340 by Albert Volkman, aspilicious: API docs cleanup for entity includes and tests 2012-08-03 10:59:07 -07:00
entity_query.test Issue #1797220 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in entity system tests 2013-04-26 08:41:35 -07:00
entity_query_access_test.info Issue #1571104 by BTMash, Dave.Ingram, mradcliffe, Damien Tournoud, sun, lliss, tim.plunkett | lkiss80: Fixed Can't access non-node entities with EntityFieldQuery. 2012-07-29 16:32:53 -04:00
entity_query_access_test.module Issue #1571104 by BTMash, Dave.Ingram, mradcliffe, Damien Tournoud, sun, lliss, tim.plunkett | lkiss80: Fixed Can't access non-node entities with EntityFieldQuery. 2012-07-29 16:32:53 -04:00
error.test Issue #1797926 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:53:13 -07:00
error_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
error_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
file.test Issue #1797252 by dcam, lazysoundsystem, pwieck, andypost, Lars Toomre, xjm: Remove t() from test assertions in file-related tests 2013-06-28 10:58:46 -07:00
file_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
file_test.module Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, realityloop: Change notice for: Using basename() is not locale safe. 2012-01-21 10:52:40 -08:00
filetransfer.test Stripping CVS keywords 2011-02-25 02:06:03 +00:00
filter_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
filter_test.module Issue #2002182 by w00zle: Convert hook_filter_info docs to use new callback function standard 2013-07-03 07:44:45 -07:00
form.test Issue #1797318 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in form system tests 2013-04-26 08:47:03 -07:00
form_test.file.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
form_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
form_test.module Issue #1785436 by Boobaa: Fixed Submission of #required elements without #title and empty value does not display any error. 2012-11-04 22:50:24 -05:00
graph.test Issue #1797410 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:59:35 -07:00
http.php Stripping CVS keywords 2011-02-25 02:06:03 +00:00
https.php Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
image.test Issue #1797410 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:59:35 -07:00
image_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
image_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
lock.test Issue #1797410 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:59:35 -07:00
mail.test Issue #1797452 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in various system tests 2013-05-21 12:09:39 -07:00
menu.test Issue #1797452 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in various system tests 2013-05-21 12:09:39 -07:00
menu_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
menu_test.module Issue #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used. 2012-04-12 00:23:01 -07:00
module.test Issue #1797452 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in various system tests 2013-05-21 12:09:39 -07:00
module_test.file.inc Stripping CVS keywords 2011-02-25 02:06:03 +00:00
module_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
module_test.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
module_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
pager.test Issue #1797914 by lazysoundsystem, dcam, izus, Lars Toomre: Remove t() from test assertions in various system tests 2013-07-03 07:51:40 -07:00
password.test Issue #1797926 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:53:13 -07:00
path.test Issue #1797914 by lazysoundsystem, dcam, izus, Lars Toomre: Remove t() from test assertions in various system tests 2013-07-03 07:51:40 -07:00
path_test.info Issue #998256 by justafish, Albert Volkman, Dave Reid, no_commit_credit: Please let modules know about the original URL alias in hook_path_update(). 2012-02-28 23:53:31 -08:00
path_test.module Issue #998256 by justafish, Albert Volkman, Dave Reid, no_commit_credit: Please let modules know about the original URL alias in hook_path_update(). 2012-02-28 23:53:31 -08:00
registry.test Stripping CVS keywords 2011-02-25 02:06:03 +00:00
requirements1_test.info Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it). 2011-06-15 02:28:22 -04:00
requirements1_test.install Issue #1799116 by jwilson3: Standardize on installation profile terminology 2012-10-10 10:26:08 -07:00
requirements1_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
requirements2_test.info Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it). 2011-06-15 02:28:22 -04:00
requirements2_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
schema.test Issue #1797120 by dcam, lazysoundsystem, Lars Toomre, xjm: Remove t() from test asserts in various system tests 2013-07-03 08:00:12 -07:00
session.test Issue #1797914 by lazysoundsystem, dcam, izus, Lars Toomre: Remove t() from test assertions in various system tests 2013-07-03 07:51:40 -07:00
session_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
session_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system.base.css Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system_dependencies_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system_dependencies_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system_incompatible_core_version_dependencies_test.info Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_core_version_dependencies_test.module Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_core_version_test.info Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_core_version_test.module Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_module_version_dependencies_test.info Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_module_version_dependencies_test.module Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_module_version_test.info Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_incompatible_module_version_test.module Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:29:03 -05:00
system_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
system_test.module Issue #1002258 by tstoeckler, xjm: Fixed D6 modules satisfy D7 module dependencies. 2011-11-14 02:28:16 -05:00
tablesort.test Issue #1797120 by dcam, lazysoundsystem, Lars Toomre, xjm: Remove t() from test asserts in various system tests 2013-07-03 08:00:12 -07:00
taxonomy_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
taxonomy_test.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
taxonomy_test.module Issue #1067120 by BTMash, DamienMcKenna, corvus_ch, valthebald, mrfelton, fgm, Dave Reid: Fixed Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term. 2012-10-06 10:26:39 -07:00
theme.test Issue #1959110 by a.ross, fietserwin, markabur: Fixed theme_table() outputs the 'no_striping' option as an HTML attribute. 2013-08-04 23:57:00 -04:00
theme_test.inc Issue #1430300 by mradcliffe, xjm, effulgentsia, NROTC_Webmaster: Fixed Preprocess functions in an include file fail to get called when the theme implements a suggestion override. 2012-02-28 10:22:59 -08:00
theme_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
theme_test.module Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
theme_test.template_test.tpl.php Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. 2012-01-30 20:24:49 -08:00
unicode.test Issue #1797926 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:53:13 -07:00
update.test Issue #1797920 by dcam, izus, Lars Toomre: Remove t() from test asserts in misc system tests 2013-04-26 08:57:14 -07:00
update_script_test.info Missing files. 2011-11-07 22:45:43 -08:00
update_script_test.install Missing files. 2011-11-07 22:45:43 -08:00
update_script_test.module Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer works unless there are updates pending. 2011-11-11 11:53:38 -08:00
update_test_1.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_1.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_1.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_2.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_2.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_2.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_3.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_3.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
update_test_3.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00
url_alter_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
url_alter_test.install Stripping CVS keywords 2011-02-25 02:06:03 +00:00
url_alter_test.module Issue #1329914 by xjm, msonnabaum: Fixed Ensure ['q'] is set before calling drupal_normal_path(). 2011-11-24 13:41:11 -08:00
xmlrpc.test Issue #1797242 by xjm, dcam, Lars Toomre, izus: Remove t() from assert messages in xmlrpc module 2013-04-24 08:32:49 -07:00
xmlrpc_test.info Stripping CVS keywords 2011-02-25 02:06:03 +00:00
xmlrpc_test.module Stripping CVS keywords 2011-02-25 02:06:03 +00:00