mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/10733] Removing static from data providers
Removing static from data provider functions PHPBB3-10733
This commit is contained in:
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php';
|
||||
|
||||
class phpbb_text_processing_make_clickable_test extends phpbb_test_case
|
||||
{
|
||||
public static function make_clickable_data()
|
||||
public function make_clickable_data()
|
||||
{
|
||||
// value => whether it should work
|
||||
$prefix_texts = array(
|
||||
|
Reference in New Issue
Block a user