Simpletest.install has a few minor problems:
- There are a few instances of using t() and not $t() in simpletest_requirements().
- The schema descriptions should not be using t().
- Using db_query instead of update_sql in simpletest_update_N functions where possible.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 409384-simpletest-install-cleanup-D6.patch | 6.49 KB | dave reid |
Comments
Comment #1
dave reidComment #2
boombatower commentedThese changes appear to apply to Drupal 7 as it has the same code, please fix there and then backport.
Comment #3
dave reidActually they don't anymore. These only apply for the contrib simpletest module.
Comment #4
boombatower commentedThen it should automatically be included with my next backport.
Comment #5
boombatower commentedComment #6
boombatower commented