mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-31 03:19:48 +02:00
minor correction to testcase
This commit is contained in:
@@ -25,13 +25,13 @@ $images = array(
|
||||
$nc = '&nc';
|
||||
$testcase = array(
|
||||
$nc . '&w=300&h=300&stretch',
|
||||
$nc . '&w=300&ar=1&stretch',
|
||||
$nc . '&w=300&ar=1.1&stretch',
|
||||
$nc . '&w=300&ar=3&stretch',
|
||||
$nc . '&h=300&ar=1&stretch',
|
||||
$nc . '&h=300&ar=1.1&stretch',
|
||||
$nc . '&h=300&ar=3&stretch',
|
||||
$nc . '&w=50%&ar=1&stretch',
|
||||
$nc . '&w=50%&ar=1.1&stretch',
|
||||
$nc . '&w=50%&ar=3&stretch',
|
||||
$nc . '&h=50%&ar=1&stretch',
|
||||
$nc . '&h=50%&ar=1.1&stretch',
|
||||
$nc . '&h=50%&ar=3&stretch',
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user