Changeset 54862
- Timestamp:
- 11/22/2022 03:09:33 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/wpFilesize.php
r54861 r54862 12 12 * @ticket 49412 13 13 */ 14 function test_wp_filesize() {14 public function test_wp_filesize() { 15 15 $file = DIR_TESTDATA . '/images/test-image-upside-down.jpg'; 16 16 … … 21 21 * @ticket 49412 22 22 */ 23 function test_wp_filesize_filters() {23 public function test_wp_filesize_filters() { 24 24 $file = DIR_TESTDATA . '/images/test-image-upside-down.jpg'; 25 25 … … 46 46 * @ticket 49412 47 47 */ 48 function test_wp_filesize_with_nonexistent_file() {48 public function test_wp_filesize_with_nonexistent_file() { 49 49 $file = 'nonexistent/file.jpg'; 50 50
Note: See TracChangeset
for help on using the changeset viewer.