Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit c0c0b2c

Browse files
committed
Refs #81
* Use a better test name.
1 parent 72d15ce commit c0c0b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/MockObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ public function testVerificationOfNeverFailsWithAnyParameters()
565565
$this->resetMockObjects();
566566
}
567567

568-
public function testCallback() {
568+
public function testMockArgumentsPassedByReference() {
569569
$foo = $this->getMockBuilder('MethodCallbackByReference')
570570
->setMethods(array('bar'))
571571
->disableOriginalConstructor()

0 commit comments

Comments
 (0)