Changeset 56548 for trunk/tests/phpunit/tests/image/header.php
- Timestamp:
- 09/08/2023 10:01:14 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/header.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/header.php
r52010 r56548 31 31 $this->assertSame( 1200, $dimensions['dst_width'] ); 32 32 $this->assertSame( 230, $dimensions['dst_height'] ); 33 34 33 } 35 34 … … 51 50 $this->assertSame( 1200, $dimensions['dst_width'] ); 52 51 $this->assertSame( 230, $dimensions['dst_height'] ); 53 54 52 } 55 53 … … 71 69 $this->assertSame( 1200, $dimensions['dst_width'] ); 72 70 $this->assertSame( 900, $dimensions['dst_height'] ); 73 74 71 } 75 72 … … 91 88 $this->assertSame( 1500, $dimensions['dst_width'] ); // Max width. 92 89 $this->assertSame( 230, $dimensions['dst_height'] ); 93 94 90 } 95 91 … … 111 107 $this->assertSame( 1600, $dimensions['dst_width'] ); 112 108 $this->assertSame( 1200, $dimensions['dst_height'] ); 113 114 109 } 115 110
Note: See TracChangeset
for help on using the changeset viewer.