Google\Cloud\Tests\System\BigQuery\ManageJobsTest::testJobExists PHP 메소드

testJobExists() 공개 메소드

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