From baef26f7ed44ada30c3ed345035d2b4d7cea3a2f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 5 May 2014 18:16:50 +0200 Subject: [ticket/12503] All tests should extend \phpbb_test_case PHPBB3-12503 --- tests/cron/manager_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cron/manager_test.php') diff --git a/tests/cron/manager_test.php b/tests/cron/manager_test.php index 713f44c1e2..937add252f 100644 --- a/tests/cron/manager_test.php +++ b/tests/cron/manager_test.php @@ -14,7 +14,7 @@ require_once dirname(__FILE__) . '/tasks/simple_ready.php'; require_once dirname(__FILE__) . '/tasks/simple_not_runnable.php'; require_once dirname(__FILE__) . '/tasks/simple_should_not_run.php'; -class phpbb_cron_manager_test extends PHPUnit_Framework_TestCase +class phpbb_cron_manager_test extends \phpbb_test_case { public function setUp() { -- cgit v1.2.1