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

Commit 943c77f

Browse files
author
Shahar Evron
committed
Merge branch 'master' of git://git.zendframework.com/zf
15 parents 12415f5 + 290ea90 + 9f4ca1b + edaa760 + c4c0c95 + d21f055 + 5b18029 + e6b97af + 010fb36 + 64c7b8d + 636523e + 4cc2cd6 + e34098a + ec1abfc + 16367cd commit 943c77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CallbackHandlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public function setUp()
4141
}
4242
}
4343

44-
public function testGetSignalShouldReturnSignal()
44+
public function testGetEventShouldReturnEvent()
4545
{
4646
$handler = new CallbackHandler('foo', 'rand');
47-
$this->assertEquals('foo', $handler->getSignal());
47+
$this->assertEquals('foo', $handler->getEvent());
4848
}
4949

5050
public function testCallbackShouldBeStringIfNoHandlerPassedToConstructor()

0 commit comments

Comments
 (0)