1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-29 02:19:47 +02:00

minor correction to testcase

This commit is contained in:
Mikael Roos
2015-03-06 12:34:53 +01:00
parent d5b75e611c
commit 70c83455e2
3 changed files with 13 additions and 13 deletions

View File

@@ -25,13 +25,13 @@ $images = array(
$nc = '&nc'; $nc = '&nc';
$testcase = array( $testcase = array(
$nc . '&w=300&h=300&crop-to-fit', $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 . '&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 . '&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 . '&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', $nc . '&h=50%&ar=3&crop-to-fit',
); );

View File

@@ -25,13 +25,13 @@ $images = array(
$nc = '&nc'; $nc = '&nc';
$testcase = array( $testcase = array(
$nc . '&w=300&h=300&stretch', $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 . '&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 . '&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 . '&w=50%&ar=3&stretch',
$nc . '&h=50%&ar=1&stretch', $nc . '&h=50%&ar=1.1&stretch',
$nc . '&h=50%&ar=3&stretch', $nc . '&h=50%&ar=3&stretch',
); );

View File

@@ -25,13 +25,13 @@ $images = array(
$nc = null; //&nc'; $nc = null; //&nc';
$testcase = array( $testcase = array(
$nc . '&w=300&h=300&fill-to-fit', $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 . '&w=300&ar=2&fill-to-fit',
$nc . '&h=300&ar=1&fill-to-fit', $nc . '&h=300&ar=1.1&fill-to-fit',
$nc . '&h=300&ar=2&fill-to-fit', $nc . '&h=300&ar=2.1&fill-to-fit',
$nc . '&w=50%&ar=1&fill-to-fit', $nc . '&w=50%&ar=1.1&fill-to-fit',
$nc . '&w=50%&ar=2&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', $nc . '&h=50%&ar=2&fill-to-fit',
); );