Google\Cloud\Tests\Snippets\Vision\Annotation\SafeSearchTest::testViolence PHP 메소드

testViolence() 공개 메소드

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());
    }