diff options
Diffstat (limited to 'tests/cron/task_provider_test.php')
-rw-r--r-- | tests/cron/task_provider_test.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cron/task_provider_test.php b/tests/cron/task_provider_test.php index 4547c61a55..b42f40bb4a 100644 --- a/tests/cron/task_provider_test.php +++ b/tests/cron/task_provider_test.php @@ -7,8 +7,6 @@ * */ -require_once dirname(__FILE__) . '/../mock/extension_manager.php'; - class phpbb_cron_task_provider_test extends PHPUnit_Framework_TestCase { public function setUp() |