drupal/modules/simpletest
Dries Buytaert 803b8b3940 - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.
The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
2009-09-27 12:52:55 +00:00
..
files - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
tests - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. 2009-09-27 12:52:55 +00:00
drupal_web_test_case.php - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created after drupalCreateContentType(). 2009-09-25 15:12:56 +00:00
simpletest.api.php - Patch #516254 by drewish remove @return PHPDocs where nothing is to return. 2009-07-11 13:56:22 +00:00
simpletest.css #500334 by boombatower: Add neutral styling for debug assertions. 2009-08-04 06:47:00 +00:00
simpletest.info - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output. 2009-09-21 06:52:40 +00:00
simpletest.install - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema. 2009-09-10 06:38:20 +00:00
simpletest.js #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
simpletest.module - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output. 2009-09-21 06:52:40 +00:00
simpletest.pages.inc #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes 2009-09-18 00:12:48 +00:00
simpletest.test #331180 follow-up by pwolanin and mfb: Fix sending of mail. 2009-09-01 17:40:28 +00:00