Author: caefer
Date: 2010-03-25 13:20:17 +0100 (Thu, 25 Mar 2010)
New Revision: 28784

Modified:
   
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
Log:
fixed test

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
       2010-03-25 11:30:06 UTC (rev 28783)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/test/unit/lib/transforms/sfImageAlphaMaskGDTest.php
       2010-03-25 12:20:17 UTC (rev 28784)
@@ -33,7 +33,8 @@
    */
   public function test__construct() 
   {
-    $transformation = new sfImageAlphaMaskGD(null, false); 
+    $mask = new 
sfImage(dirname(__FILE__).'/../../../../data/example-resources/masks/pattern.gif');
+    $transformation = new sfImageAlphaMaskGD($mask, false); 
     $this->assertType('sfImageAlphaMaskGD', $transformation);
   }
 

-- 
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.

Reply via email to