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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->identity = ['jobId' => 'id', 'projectId' => 'projectId'];
        $this->connection = $this->prophesize(ConnectionInterface::class);
    }