mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/10733] Removing static from data providers
Removing static from data provider functions PHPBB3-10733
This commit is contained in:
@@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
||||
|
||||
class phpbb_utf_utf8_clean_string_test extends phpbb_test_case
|
||||
{
|
||||
public static function cleanable_strings()
|
||||
public function cleanable_strings()
|
||||
{
|
||||
return array(
|
||||
array('MiXed CaSe', 'mixed case', 'Checking case folding'),
|
||||
|
Reference in New Issue
Block a user