diff options
Diffstat (limited to 'tests/cron/task_provider_test.php')
-rw-r--r-- | tests/cron/task_provider_test.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/cron/task_provider_test.php b/tests/cron/task_provider_test.php index 4458d811a5..ec853bb3ba 100644 --- a/tests/cron/task_provider_test.php +++ b/tests/cron/task_provider_test.php @@ -7,10 +7,6 @@ * */ -require_once dirname(__FILE__) . '/includes/cron/task/core/dummy_task.php'; -require_once dirname(__FILE__) . '/includes/cron/task/core/second_dummy_task.php'; -require_once dirname(__FILE__) . '/ext/testext/cron/dummy_task.php'; - class phpbb_cron_task_provider_test extends PHPUnit_Framework_TestCase { public function setUp() |