Google\Cloud\Tests\Snippets\Datastore\EntityTest::testMeanings PHP Method

testMeanings() public method

public testMeanings ( )
    public function testMeanings()
    {
        $snippet = $this->snippetFromMethod(Entity::class, 'meanings');
        $snippet->addLocal('entity', $this->entity);
        $res = $snippet->invoke('meanings');
        $this->assertEquals($this->options['meanings'], $res->returnVal());
    }