Google\Cloud\Tests\Snippets\Speech\OperationTest::testExists PHP Method

testExists() public method

public testExists ( )
    public function testExists()
    {
        $snippet = $this->snippetFromMethod(Operation::class, 'exists');
        $snippet->addLocal('operation', $this->operation);
        $res = $snippet->invoke();
        $this->assertEquals('The operation exists.', $res->output());
    }