예제 #1
0
 public function __construct(PHPUnit_Framework_MockObject_Stub_MatcherCollection $collection, PHPUnit_Framework_MockObject_Matcher_Invocation $invocationMatcher)
 {
     $this->builder = $collection;
     parent::__construct($collection, $invocationMatcher);
 }