Google\Cloud\Tests\Snippets\BigQuery\InsertResponseTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->insertResponse = new InsertResponse($this->info, $this->rows);
    }