From 15d972d1618cf47852399f81ae5bb4010de85333 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 8 Nov 2009 12:33:15 +0000 Subject: #573792 by yched: Fixed batch.test errors. --- modules/simpletest/tests/batch.test | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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. -- cgit v1.2.3