- Patch #354715 by yched: removed unused and unsupported js entry in batch definition.
parent
20421ee64d
commit
9e59ef8ed0
|
@ -370,7 +370,6 @@ function simpletest_run_tests($test_list, $reporter = 'drupal') {
|
|||
'redirect' => 'admin/build/testing',
|
||||
'progress_message' => '',
|
||||
'css' => array(drupal_get_path('module', 'simpletest') . '/simpletest.css'),
|
||||
'js' => array(drupal_get_path('module', 'simpletest') .'/simpletest.js'),
|
||||
'init_message' => t('Processing test @num of @max - %test.', array('%test' => $info['name'], '@num' => '1', '@max' => count($test_list))),
|
||||
);
|
||||
batch_set($batch);
|
||||
|
|
Loading…
Reference in New Issue