diff options
| author | Nils Adermann <naderman@naderman.de> | 2012-11-06 20:02:40 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2012-11-06 20:02:40 +0100 |
| commit | 1d388d98ab25bd6414dc60a5f21620b8397c326c (patch) | |
| tree | 5bac5fc6cce2ca720e334befb48b6047fefaee9d /tests/test_framework/phpbb_database_test_case.php | |
| parent | f941a5cc2dc1df16244c8d9495ee56e0d043468e (diff) | |
| parent | 875adc4247611fd0805d7a684c9f11bc99d7733f (diff) | |
| download | forums-1d388d98ab25bd6414dc60a5f21620b8397c326c.tar forums-1d388d98ab25bd6414dc60a5f21620b8397c326c.tar.gz forums-1d388d98ab25bd6414dc60a5f21620b8397c326c.tar.bz2 forums-1d388d98ab25bd6414dc60a5f21620b8397c326c.tar.xz forums-1d388d98ab25bd6414dc60a5f21620b8397c326c.zip | |
Merge remote-tracking branch 'github-phpbb/develop-olympus' into HEAD
* github-phpbb/develop-olympus:
[ticket/11159] static public is the currently approved order.
Conflicts:
tests/dbal/select_test.php
tests/dbal/write_test.php
tests/request/request_var_test.php
tests/security/extract_current_page_test.php
tests/security/redirect_test.php
tests/template/template_test.php
tests/text_processing/make_clickable_test.php
tests/utf/utf8_clean_string_test.php
Diffstat (limited to 'tests/test_framework/phpbb_database_test_case.php')
| -rw-r--r-- | tests/test_framework/phpbb_database_test_case.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_database_test_case.php b/tests/test_framework/phpbb_database_test_case.php index bb86df0ef0..75a3c0944b 100644 --- a/tests/test_framework/phpbb_database_test_case.php +++ b/tests/test_framework/phpbb_database_test_case.php @@ -137,7 +137,7 @@ abstract class phpbb_database_test_case extends PHPUnit_Extensions_Database_Test * * @return string The string with the specified match converted to uppercase */ - public static function to_upper($matches) + static public function to_upper($matches) { return $matches[1] . strtoupper($matches[2]) . $matches[3]; } |
