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
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Evron committed Jul 1, 2011
15 parents 12415f5 + 290ea90 + 9f4ca1b + edaa760 + c4c0c95 + d21f055 + 5b18029 + e6b97af + 010fb36 + 64c7b8d + 636523e + 4cc2cd6 + e34098a + ec1abfc + 16367cd commit 943c77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CallbackHandlerTest.php
Original file line number Diff line number Diff line change
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

0 comments on commit 943c77f

Please sign in to comment.