mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12503] All tests should extend \phpbb_test_case
PHPBB3-12503
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
require_once dirname(__FILE__) . '/driver/foobar.php';
|
require_once dirname(__FILE__) . '/driver/foobar.php';
|
||||||
|
|
||||||
class phpbb_avatar_manager_test extends PHPUnit_Framework_TestCase
|
class phpbb_avatar_manager_test extends \phpbb_test_case
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php';
|
|||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/bbcode.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/bbcode.php';
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/message_parser.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/message_parser.php';
|
||||||
|
|
||||||
class phpbb_bbcode_parser_test extends PHPUnit_Framework_TestCase
|
class phpbb_bbcode_parser_test extends \phpbb_test_case
|
||||||
{
|
{
|
||||||
public function bbcode_firstpass_data()
|
public function bbcode_firstpass_data()
|
||||||
{
|
{
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class phpbb_class_loader_test extends PHPUnit_Framework_TestCase
|
class phpbb_class_loader_test extends \phpbb_test_case
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
@@ -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_not_runnable.php';
|
||||||
require_once dirname(__FILE__) . '/tasks/simple_should_not_run.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()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
@@ -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()
|
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;
|
protected $passwords_drivers;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user