Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.7, Tue Aug 19 04:32:03 2008 UTC | revision 1.8, Sun May 24 01:29:56 2009 UTC | |
|---|---|---|
| # | Line 76 function simpletest_automator_schema() { | Line 76 function simpletest_automator_schema() { |
| 76 | 'type' => 'text', | 'type' => 'text', |
| 77 | 'size' => 'medium', | 'size' => 'medium', |
| 78 | 'not null' => TRUE, | 'not null' => TRUE, |
| 'default' => '', | ||
| 79 | ), | ), |
| 80 | 'permissions' => array( | 'permissions' => array( |
| 81 | 'description' => t('A serialized array of permissions for the user.'), | 'description' => t('A serialized array of permissions for the user.'), |
| 82 | 'type' => 'text', | 'type' => 'text', |
| 83 | 'size' => 'medium', | 'size' => 'medium', |
| 84 | 'not null' => TRUE, | 'not null' => TRUE, |
| 'default' => '', | ||
| 85 | ), | ), |
| 86 | 'db_prefix' => array( | 'db_prefix' => array( |
| 87 | 'description' => t('The DB prefix of the database that this test is in.'), | 'description' => t('The DB prefix of the database that this test is in.'), |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |