Google\Cloud\Tests\Speech\OperationTest::testIsCompleteTrue PHP Method

testIsCompleteTrue() public method

public testIsCompleteTrue ( )
    public function testIsCompleteTrue()
    {
        $operation = $this->getOperation($this->connection, $this->operationData + ['done' => true]);
        $this->assertTrue($operation->isComplete());
    }