- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/load/wpIsIniValueChangeable.php
r50455 r52010 19 19 * @param bool $expected The expected output of wp_convert_hr_to_bytes(). 20 20 */ 21 function test_wp_is_ini_value_changeable( $setting, $expected ) {21 public function test_wp_is_ini_value_changeable( $setting, $expected ) { 22 22 $this->assertSame( $expected, wp_is_ini_value_changeable( $setting ) ); 23 23 } … … 33 33 * } 34 34 */ 35 function data_wp_is_ini_value_changeable() {35 public function data_wp_is_ini_value_changeable() { 36 36 $array = array( 37 37 array( 'memory_limit', true ), // PHP_INI_ALL.
Note: See TracChangeset
for help on using the changeset viewer.