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

testViolence() public method

public testViolence ( )
    public function testViolence()
    {
        $snippet = $this->snippetFromMagicMethod(SafeSearch::class, 'violence');
        $snippet->addLocal('safeSearch', $this->ss);
        $res = $snippet->invoke();
        $this->assertEquals($this->ssData['violence'], $res->output());
    }