mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12503] All tests should extend \phpbb_test_case
PHPBB3-12503
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class phpbb_passwords_manager_test extends PHPUnit_Framework_TestCase
|
||||
class phpbb_passwords_manager_test extends \phpbb_test_case
|
||||
{
|
||||
protected $passwords_drivers;
|
||||
|
||||
|
Reference in New Issue
Block a user