mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12503] All tests should extend \phpbb_test_case
PHPBB3-12503
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user