Eloquent\Phony\Integration\PhakeMatcherDriver::__construct PHP Method

__construct() public method

Construct a new Phake matcher driver.
public __construct ( WildcardMatcher $wildcard )
$wildcard Eloquent\Phony\Matcher\WildcardMatcher The wildcard matcher to use.
    public function __construct(WildcardMatcher $wildcard)
    {
        $this->wildcard = $wildcard;
    }