aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-08-30 01:15:43 -0400
committerNils Adermann <naderman@naderman.de>2011-09-29 15:42:49 +0200
commit6ea6d50ccb9607429486a01d3144c7d32322e1b5 (patch)
tree4e81742c0f0a158b49cf7b62821d8f58fbc02626 /tests/cron
parent6c6a7d7992460e301615bcc1e13bee92ecc65724 (diff)
downloadforums-6ea6d50ccb9607429486a01d3144c7d32322e1b5.tar
forums-6ea6d50ccb9607429486a01d3144c7d32322e1b5.tar.gz
forums-6ea6d50ccb9607429486a01d3144c7d32322e1b5.tar.bz2
forums-6ea6d50ccb9607429486a01d3144c7d32322e1b5.tar.xz
forums-6ea6d50ccb9607429486a01d3144c7d32322e1b5.zip
[feature/extension-manager] Don't cache the phpbb_root_path in the ext manager
Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323
Diffstat (limited to 'tests/cron')
-rw-r--r--tests/cron/provider_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cron/provider_test.php b/tests/cron/provider_test.php
index 3a0545ffc6..662bb34c13 100644
--- a/tests/cron/provider_test.php
+++ b/tests/cron/provider_test.php
@@ -19,7 +19,7 @@ class phpbb_cron_provider_test extends PHPUnit_Framework_TestCase
'testext' => array(
'ext_name' => 'testext',
'ext_active' => true,
- 'ext_path' => dirname(__FILE__) . '/ext/testext/'
+ 'ext_path' => 'ext/testext/'
),
));
$this->provider = new phpbb_cron_provider($this->extension_manager);