1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-31 19:31: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';
$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',
);