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

testKey() public method

public testKey ( )
    public function testKey()
    {
        $snippet = $this->snippetFromMethod(Entity::class, 'key');
        $snippet->addLocal('entity', $this->entity);
        $res = $snippet->invoke('key');
        $this->assertEquals($this->key, $res->returnVal());
    }