Skip to content

Commit

Permalink
Revert "Ignore the $__phpunit_id attribute for sebastianbergmann/phpu…
Browse files Browse the repository at this point in the history
…nit-mock-objects#100."

This reverts commit b82e74c.
  • Loading branch information
sebastianbergmann committed Sep 21, 2012
1 parent b82e74c commit c8ed4f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PHPUnit/Framework/Comparator/MockObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ protected function toArray($object)
$array = parent::toArray($object);

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

return $array;
}
Expand Down

0 comments on commit c8ed4f7

Please sign in to comment.