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

Commit

Permalink
Merge branch 'hotfix/ZF2-19' of https://github.com/sasezaki/zf2 into …
Browse files Browse the repository at this point in the history
…hotfix/zf2-19
  • Loading branch information
weierophinney committed Jun 9, 2011
13 parents 290ea90 + 9f4ca1b + edaa760 + c4c0c95 + d21f055 + 5b18029 + e6b97af + 010fb36 + 64c7b8d + 636523e + 4cc2cd6 + e34098a + e53b68e commit ec1abfc
Showing 1 changed file with 2 additions and 2 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

0 comments on commit ec1abfc

Please sign in to comment.