- Patch #937026 by sun: needless cache clearing in simpletest_run_tests().
parent
b20e037a0b
commit
a67aa89c62
|
@ -124,7 +124,6 @@ function _simpletest_format_summary_line($summary) {
|
|||
* drupal being the default.
|
||||
*/
|
||||
function simpletest_run_tests($test_list, $reporter = 'drupal') {
|
||||
cache_clear_all();
|
||||
$test_id = db_insert('simpletest_test_id')
|
||||
->useDefaults(array('test_id'))
|
||||
->execute();
|
||||
|
|
Loading…
Reference in New Issue