Google\Cloud\Tests\Datastore\EntityTest::testKey PHP 메소드

testKey() 공개 메소드

public testKey ( )
    public function testKey()
    {
        $entity = new Entity($this->key, []);
        $this->assertEquals($this->key, $entity->key());
    }