Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * Use a better test name.
  • Loading branch information
whatthejeff committed Jan 12, 2013
1 parent 72d15ce commit c0c0b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MockObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ public function testVerificationOfNeverFailsWithAnyParameters()
$this->resetMockObjects();
}

public function testCallback() {
public function testMockArgumentsPassedByReference() {
$foo = $this->getMockBuilder('MethodCallbackByReference')
->setMethods(array('bar'))
->disableOriginalConstructor()
Expand Down

0 comments on commit c0c0b2c

Please sign in to comment.