Google\Cloud\Tests\Snippets\Vision\Annotation\SafeSearchTest::testIsSpoof PHP Method

testIsSpoof() public method

public testIsSpoof ( )
    public function testIsSpoof()
    {
        $snippet = $this->snippetFromMethod(SafeSearch::class, 'isSpoof');
        $snippet->addLocal('safeSearch', $this->ss);
        $res = $snippet->invoke();
        $this->assertEquals(sprintf('Image contains %s content.', 'spoofed'), $res->output());
    }