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();
    }