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

testCancelsJob() 공개 메소드

public testCancelsJob ( )
    public function testCancelsJob()
    {
        $job = self::$client->runQueryAsJob(sprintf('SELECT * FROM [%s.%s]', self::$dataset->id(), self::$table->id()));
        $job->cancel();
    }