File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3980,7 +3980,7 @@ public function testAssertCountThrowsExceptionIfExpectedCountIsNoInteger()
39803980 }
39813981
39823982 catch (PHPUnit_Framework_Exception $ e ) {
3983- $ this ->assertEquals ('Argument #1 of PHPUnit_Framework_Assert::assertCount() must be a integer ' , $ e ->getMessage ());
3983+ $ this ->assertEquals ('Argument #1 (No Value) of PHPUnit_Framework_Assert::assertCount() must be a integer ' , $ e ->getMessage ());
39843984
39853985 return ;
39863986 }
@@ -4000,7 +4000,7 @@ public function testAssertCountThrowsExceptionIfElementIsNotCountable()
40004000 }
40014001
40024002 catch (PHPUnit_Framework_Exception $ e ) {
4003- $ this ->assertEquals ('Argument #2 of PHPUnit_Framework_Assert::assertCount() must be a countable ' , $ e ->getMessage ());
4003+ $ this ->assertEquals ('Argument #2 (No Value) of PHPUnit_Framework_Assert::assertCount() must be a countable ' , $ e ->getMessage ());
40044004
40054005 return ;
40064006 }
You can’t perform that action at this time.
0 commit comments