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

testCancelsJob() public method

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