Changeset 56559 for trunk/tests/phpunit/tests/functions/wpFilesize.php
- Timestamp:
- 09/12/2023 03:21:02 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpFilesize.php
r54862 r56559 26 26 add_filter( 27 27 'wp_filesize', 28 static function () {28 static function () { 29 29 return 999; 30 30 } … … 35 35 add_filter( 36 36 'pre_wp_filesize', 37 static function () {37 static function () { 38 38 return 111; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.