Google\Cloud\Tests\Snippets\Vision\Annotation\EntityTest::testLocations PHP Method

testLocations() public method

public testLocations ( )
    public function testLocations()
    {
        $snippet = $this->snippetFromMagicMethod(Entity::class, 'locations');
        $snippet->addLocal('text', $this->entity);
        $res = $snippet->invoke();
        $this->assertEquals($this->entityData['locations'], $res->output());
    }