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

Commit

Permalink
PluginLoader not throw Exception when unexist
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Jun 9, 2011
1 parent b98648c commit 1ec00b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public function testBarcodeFactoryWithNamespaceButWithoutExtendingRendererAbstra

public function testBarcodeRendererFactoryWithUnexistantRenderer()
{
$this->setExpectedException('\Zend\Loader\Exception\InvalidArgumentException');
$this->setExpectedException('\Zend\Barcode\Exception\InvalidArgumentException');
$renderer = Barcode\Barcode::makeRenderer('zend', array());
}

Expand Down

0 comments on commit 1ec00b8

Please sign in to comment.