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

testSpoof() public method

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