Dshafik\GuzzleHttp\VcrHandler::__construct PHP Method

__construct() protected method

Constructor
protected __construct ( string $cassette )
$cassette string fixture path
    protected function __construct($cassette)
    {
        $this->cassette = $cassette;
    }