Changeset 47122 for trunk/tests/phpunit/tests/image/editorGd.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/editorGd.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editorGd.php
r46586 r47122 101 101 $this->assertEquals( $expected_array, $resized ); 102 102 103 // Now, verify real dimensions are as expected 103 // Now, verify real dimensions are as expected. 104 104 $image_path = DIR_TESTDATA . '/images/' . $resized[0]['file']; 105 105 $this->assertImageDimensions( … … 376 376 $image_path = DIR_TESTDATA . '/images/' . $image_data['file']; 377 377 378 // Now, verify real dimensions are as expected 378 // Now, verify real dimensions are as expected. 379 379 $this->assertImageDimensions( 380 380 $image_path,
Note: See TracChangeset
for help on using the changeset viewer.