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

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf into ZF2-13
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Jul 22, 2011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/CallbackHandlerTest.php
Expand Up @@ -41,10 +41,10 @@ public function setUp()
}
}

public function testGetSignalShouldReturnSignal()
public function testGetEventShouldReturnEvent()
{
$handler = new CallbackHandler('foo', 'rand');
$this->assertEquals('foo', $handler->getSignal());
$this->assertEquals('foo', $handler->getEvent());
}

public function testCallbackShouldBeStringIfNoHandlerPassedToConstructor()
Expand Down
1 change: 0 additions & 1 deletion tools/phptools
Submodule phptools deleted from d232cb

0 comments on commit 0b47726

Please sign in to comment.