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

testDoesExistTrue() public méthode

public testDoesExistTrue ( )
    public function testDoesExistTrue()
    {
        $this->connection->getOperation(['name' => $this->operationName])->willReturn($this->operationData)->shouldBeCalledTimes(1);
        $operation = $this->getOperation($this->connection);
        $this->assertTrue($operation->exists());
    }