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

Commit

Permalink
[zen-27] fix typehint test
Browse files Browse the repository at this point in the history
- s/Adapter\AdapterInterface/AdapterInterface/
  • Loading branch information
weierophinney committed May 4, 2012
1 parent 319d5d6 commit fb2affc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FigletTest.php
Expand Up @@ -60,7 +60,7 @@ public function setUp()

public function testCaptchaAdapterCreated()
{
$this->assertTrue($this->element->getCaptcha() instanceof \Zend\Captcha\Adapter\AdapterInterface);
$this->assertTrue($this->element->getCaptcha() instanceof \Zend\Captcha\AdapterInterface);
}

public function getView()
Expand Down

0 comments on commit fb2affc

Please sign in to comment.