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() diff --git a/tools/phptools b/tools/phptools deleted file mode 160000 index d232cb3e4..000000000 --- a/tools/phptools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d232cb3e4f1448daccefc74882da1862cda7656f