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

Commit

Permalink
Updated FilterChain namespace
Browse files Browse the repository at this point in the history
- s/SignalSlot/EventManager/g
  • Loading branch information
weierophinney committed Jan 21, 2011
1 parent 2cda2c3 commit 161ba87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/FilterChainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

namespace ZendTest\Stdlib;
use Zend\SignalSlot\FilterChain,
use Zend\EventManager\FilterChain,
Zend\Stdlib\CallbackHandler;

/**
Expand Down Expand Up @@ -149,6 +149,6 @@ public function filterTestCallback1($context, array $params)

public function filterReceivalCallback($context, array $params, $chain)
{
$this->assertInstanceOf('Zend\SignalSlot\Filter\FilterIterator', $chain);
$this->assertInstanceOf('Zend\EventManager\Filter\FilterIterator', $chain);
}
}

0 comments on commit 161ba87

Please sign in to comment.