Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge remote branch 'upstream/master' into ZF-10246
Browse files Browse the repository at this point in the history
  • Loading branch information
Padraic Brady committed Aug 1, 2010
9 parents 5d7867c + 1f8bc83 + c5ab2f3 + 7a52da4 + bb2812c + f7972b4 + 0abbe02 + aefc063 + cd5dffb commit b47bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function setUp()
}
$this->element = new \Zend\Form\Element\Captcha('captchaI',
array('captcha' => array('Image',
'sessionClass' => 'ZendTest\\Captcha\\TestAsset\\SessionContainer',
'sessionClass' => 'ZendTest\Captcha\TestAsset\SessionContainer',
'imgDir' => $this->testDir,
'font' => __DIR__. '/../Pdf/_fonts/Vera.ttf')
));
Expand Down

0 comments on commit b47bdc4

Please sign in to comment.