Changeset 45607 for trunk/tests/phpunit/tests/image/base.php
- Timestamp:
- 07/08/2019 12:55:20 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/base.php
r42343 r45607 76 76 $detected_width = 0; 77 77 $detected_height = 0; 78 $image_size = @getimagesize( $filename );78 $image_size = getimagesize( $filename ); 79 79 80 80 if ( isset( $image_size[0] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.