mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-28 09:59:54 +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&crop-to-fit',
|
||||
$nc . '&w=300&ar=1&crop-to-fit',
|
||||
$nc . '&w=300&ar=1.1&crop-to-fit',
|
||||
$nc . '&w=300&ar=3&crop-to-fit',
|
||||
$nc . '&h=300&ar=1&crop-to-fit',
|
||||
$nc . '&h=300&ar=1.1&crop-to-fit',
|
||||
$nc . '&h=300&ar=3&crop-to-fit',
|
||||
$nc . '&w=50%&ar=1&crop-to-fit',
|
||||
$nc . '&w=50%&ar=1.1&crop-to-fit',
|
||||
$nc . '&w=50%&ar=3&crop-to-fit',
|
||||
$nc . '&h=50%&ar=1&crop-to-fit',
|
||||
$nc . '&h=50%&ar=1.1&crop-to-fit',
|
||||
$nc . '&h=50%&ar=3&crop-to-fit',
|
||||
);
|
||||
|
||||
|
@@ -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',
|
||||
);
|
||||
|
||||
|
@@ -25,13 +25,13 @@ $images = array(
|
||||
$nc = null; //&nc';
|
||||
$testcase = array(
|
||||
$nc . '&w=300&h=300&fill-to-fit',
|
||||
$nc . '&w=300&ar=1&fill-to-fit',
|
||||
$nc . '&w=300&ar=1.1&fill-to-fit',
|
||||
$nc . '&w=300&ar=2&fill-to-fit',
|
||||
$nc . '&h=300&ar=1&fill-to-fit',
|
||||
$nc . '&h=300&ar=2&fill-to-fit',
|
||||
$nc . '&w=50%&ar=1&fill-to-fit',
|
||||
$nc . '&h=300&ar=1.1&fill-to-fit',
|
||||
$nc . '&h=300&ar=2.1&fill-to-fit',
|
||||
$nc . '&w=50%&ar=1.1&fill-to-fit',
|
||||
$nc . '&w=50%&ar=2&fill-to-fit',
|
||||
$nc . '&h=50%&ar=1&fill-to-fit',
|
||||
$nc . '&h=50%&ar=1.1&fill-to-fit',
|
||||
$nc . '&h=50%&ar=2&fill-to-fit',
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user