summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-08 12:33:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-08 12:33:15 +0000
commit15d972d1618cf47852399f81ae5bb4010de85333 (patch)
treebf8054a3d5e434c88caf3b51817af25158c7f325
parent641306e95c976287a850446b421ab5d9643bf62b (diff)
downloadbrdo-15d972d1618cf47852399f81ae5bb4010de85333.tar.gz
brdo-15d972d1618cf47852399f81ae5bb4010de85333.tar.bz2
#573792 by yched: Fixed batch.test errors.
-rw-r--r--modules/simpletest/tests/batch.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/tests/batch.test b/modules/simpletest/tests/batch.test
index 897e8a803..7c6ade423 100644
--- a/modules/simpletest/tests/batch.test
+++ b/modules/simpletest/tests/batch.test
@@ -103,6 +103,7 @@ class BatchAPIPercentagesTestCase extends DrupalWebTestCase {
* testCases class variable.
*/
function testBatchAPIPercentages() {
+ require_once DRUPAL_ROOT . '/includes/batch.inc';
foreach ($this->testCases as $expected_result => $arguments) {
// PHP sometimes casts numeric strings that are array keys to integers,
// cast them back here.