diff --git a/test/CallbackHandlerTest.php b/test/CallbackHandlerTest.php index f27ad9e66..826c72de8 100644 --- a/test/CallbackHandlerTest.php +++ b/test/CallbackHandlerTest.php @@ -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()