Changeset 52010 for trunk/tests/phpunit/tests/formatting/getBloginfo.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/getBloginfo.php
r51623 r52010 10 10 * @ticket 28303 11 11 */ 12 function test_get_bloginfo_language( $test_locale, $expected ) {12 public function test_get_bloginfo_language( $test_locale, $expected ) { 13 13 global $locale; 14 14 … … 21 21 } 22 22 23 function locales() {23 public function locales() { 24 24 return array( 25 25 // Locale, language code. … … 37 37 * @ticket 27942 38 38 */ 39 function test_bloginfo_sanitize_option() {39 public function test_bloginfo_sanitize_option() { 40 40 $old_values = array( 41 41 'blogname' => get_option( 'blogname' ),
Note: See TracChangeset
for help on using the changeset viewer.