Google\Cloud\Tests\System\BigQuery\ManageJobsTest::testJobExists PHP Method

testJobExists() public method

public testJobExists ( $job )
    public function testJobExists($job)
    {
        $this->assertTrue($job->exists());
        $this->assertFalse(self::$client->job('not_a_job')->exists());
    }