GoogleSpreadsheet\Tests\Google\Spreadsheet\BatchRequestTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->batchRequest = new BatchRequest();
        $feed = new CellFeed($this->getSimpleXMLElement("cell-feed"));
        $this->cellEntry = current($feed->getEntries());
        $this->cellFeed = $feed;
    }