Google\Cloud\Tests\Snippets\BigQuery\InsertResponseTest::testInfo PHP 메소드

testInfo() 공개 메소드

public testInfo ( )
    public function testInfo()
    {
        $snippet = $this->snippetFromMethod(InsertResponse::class, 'info');
        $snippet->addLocal('insertResponse', $this->insertResponse);
        $res = $snippet->invoke();
        $this->assertEquals(print_r($this->info['insertErrors'], true), $res->output());
    }