projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73cb229
)
fix case
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 19 Feb 2010 17:30:25 +0000
(12:30 -0500)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/framework/Image/tests/im.php
b/framework/Image/tests/im.php
index
5a37edd
..
b0a2126
100644
(file)
--- a/
framework/Image/tests/im.php
+++ b/
framework/Image/tests/im.php
@@
-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('
b
order', array('bordercolor' => 'blue',
+ $image->addEffect('
B
order', array('bordercolor' => 'blue',
'borderwidth' => 1));
$image->display();
$time = xdebug_time_index() - $time;