aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cron')
-rw-r--r--tests/cron/manager_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cron/manager_test.php b/tests/cron/manager_test.php
index dcb3c6435a..39e052bd57 100644
--- a/tests/cron/manager_test.php
+++ b/tests/cron/manager_test.php
@@ -11,7 +11,7 @@ class phpbb_cron_manager_test extends PHPUnit_Framework_TestCase
{
public function setUp()
{
- $this->manager = new phpbb_cron_manager();
+ $this->manager = new phpbb_cron_manager(__DIR__ . '/../../phpBB/', 'php');
}
public function test_manager_finds_shipped_tasks()