Changeset 55562 for trunk/tests/phpunit/tests/functions/sizeFormat.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/sizeFormat.php
r54855 r55562 13 13 class Tests_Functions_SizeFormat extends WP_UnitTestCase { 14 14 15 public function _data_size_format() {15 public function data_size_format() { 16 16 return array( 17 17 // Invalid values. … … 73 73 74 74 /** 75 * @dataProvider _data_size_format75 * @dataProvider data_size_format 76 76 * 77 77 * @param $bytes
Note: See TracChangeset
for help on using the changeset viewer.