fix case
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 19 Feb 2010 17:30:25 +0000 (12:30 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 19 Feb 2010 17:30:25 +0000 (12:30 -0500)
Helps to test things on a *real* filesystem every now and then...

framework/Image/tests/im.php

index 5a37edd..b0a2126 100644 (file)
@@ -104,7 +104,7 @@ case 'testTransparentBGWithBorder':
     $image->rectangle(30, 30, 100, 60, 'black', 'yellow');
     $image->roundedRectangle(30, 30, 100, 60, 15, 'black', 'red');
     $image->circle(30, 30, 30, 'black', 'blue');
-    $image->addEffect('border', array('bordercolor' => 'blue',
+    $image->addEffect('Border', array('bordercolor' => 'blue',
                                       'borderwidth' => 1));
     $image->display();
     $time = xdebug_time_index() - $time;