Author: caefer
Date: 2010-03-23 17:10:03 +0100 (Tue, 23 Mar 2010)
New Revision: 28720
Modified:
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageTransformManagerTest.php
Log:
added overlay transformation to test prepareParametersForOverlay()
Modified:
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageTransformManagerTest.php
===================================================================
---
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageTransformManagerTest.php
2010-03-23 15:47:15 UTC (rev 28719)
+++
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageTransformManagerTest.php
2010-03-23 16:10:03 UTC (rev 28720)
@@ -37,6 +37,13 @@
'mask' => 'masks/pattern.gif',
)
),
+ 1 => array(
+ 'adapter' => 'GD',
+ 'transformation' => 'overlay',
+ 'param' => array(
+ 'overlay' => 'overlays/logo.png',
+ )
+ ),
),
)
);
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.