Skip to content

Commit

Permalink
The $invocationMocker attribute has been renamed to $__phpunit_invoca…
Browse files Browse the repository at this point in the history
…ctionMocker.
  • Loading branch information
sebastianbergmann committed Sep 20, 2012
1 parent e46f1f1 commit 24db3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/Framework/Comparator/MockObject.php
Expand Up @@ -80,7 +80,7 @@ protected function toArray($object)
{
$array = parent::toArray($object);

unset($array['invocationMocker']);
unset($array['__phpunit_invocationMocker']);

return $array;
}
Expand Down

0 comments on commit 24db3be

Please sign in to comment.