mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 23:11:45 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
class phpbb_utf_utf8_clean_string_test extends phpbb_test_case
|
||||
{
|
||||
public function cleanable_strings()
|
||||
public static function cleanable_strings()
|
||||
{
|
||||
return array(
|
||||
array('MiXed CaSe', 'mixed case', 'Checking case folding'),
|
||||
|
||||
Reference in New Issue
Block a user