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://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
  • Loading branch information
sgehrig committed Jul 29, 2011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
1 change: 0 additions & 1 deletion tools/phptools
Submodule phptools deleted from d232cb

0 comments on commit 5dfc5eb

Please sign in to comment.