Google\Cloud\Tests\Speech\OperationTest::testGetsInfo PHP Méthode

testGetsInfo() public méthode

public testGetsInfo ( )
    public function testGetsInfo()
    {
        $this->connection->getOperation(Argument::any())->shouldNotBeCalled();
        $operation = $this->getOperation($this->connection, $this->operationData);
        $this->assertEquals($this->operationData, $operation->info());
    }