Google\Cloud\Tests\Snippets\BigQuery\TableTest::testInfo PHP Method

testInfo() public method

public testInfo ( )
    public function testInfo()
    {
        $snippet = $this->snippetFromMethod(Table::class, 'info');
        $snippet->addLocal('table', $this->table);
        $res = $snippet->invoke();
        $this->assertEquals('Jeffrey', $res->output());
    }