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/passwords/drivers_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/passwords/drivers_test.php') diff --git a/tests/passwords/drivers_test.php b/tests/passwords/drivers_test.php index 40bb110185..df1474419b 100644 --- a/tests/passwords/drivers_test.php +++ b/tests/passwords/drivers_test.php @@ -7,7 +7,7 @@ * */ -class phpbb_passwords_helper_test extends PHPUnit_Framework_TestCase +class phpbb_passwords_helper_test extends \phpbb_test_case { public function setUp() { -- cgit v1.2.1