aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-05 18:16:50 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-05 18:16:50 +0200
commitbaef26f7ed44ada30c3ed345035d2b4d7cea3a2f (patch)
tree73a0d2b8b6b7ee7865f5f7c2eb4152a1dfaaaa2d /tests/cron
parent324daf72fec829a4a937879ef0615829443114cc (diff)
downloadforums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar.gz
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar.bz2
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.tar.xz
forums-baef26f7ed44ada30c3ed345035d2b4d7cea3a2f.zip
[ticket/12503] All tests should extend \phpbb_test_case
PHPBB3-12503
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 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()
{