Changeset 52010 for trunk/tests/phpunit/tests/load/wpConvertHrToBytes.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/load/wpConvertHrToBytes.php
r50455 r52010 18 18 * @param int $expected The expected output of wp_convert_hr_to_bytes(). 19 19 */ 20 function test_wp_convert_hr_to_bytes( $value, $expected ) {20 public function test_wp_convert_hr_to_bytes( $value, $expected ) { 21 21 $this->assertSame( $expected, wp_convert_hr_to_bytes( $value ) ); 22 22 } … … 32 32 * } 33 33 */ 34 function data_wp_convert_hr_to_bytes() {34 public function data_wp_convert_hr_to_bytes() { 35 35 $array = array( 36 36 // Integer input.
Note: See TracChangeset
for help on using the changeset viewer.