Client\RequestTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->client = new Client();
        $this->curlFormatter = new CurlFormatter();
    }