Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Nov 2010 at 02:46 UTC
Updated:
26 Nov 2010 at 03:10 UTC
Jump to comment: Most recent file
We have a nice little function file_unmanaged_delete_recursive() that does the work in simpletest_uninstall() for us, so we should use it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 968476-simpletest-uninstall-D7.patch | 4.47 KB | dave reid |
Comments
Comment #1
dave reidAlso moves simpletest_uninstall() below simpletest_schema() as that's our standard .install hook ordering, and fixes whitespace, and a minor query simplification.
Comment #2
moshe weitzman commentedNice little cleanup
Comment #3
dries commentedNice clean-up indeed. Committed to CVS HEAD.