Google\Cloud\Tests\System\BigQuery\ManageTablesTest::testReloadsTable PHP Method

testReloadsTable() public method

public testReloadsTable ( )
    public function testReloadsTable()
    {
        $this->assertEquals('bigquery#table', self::$table->reload()['kind']);
    }