Google\Cloud\Tests\Snippets\Datastore\EntityTest::testSet PHP 메소드

testSet() 공개 메소드

public testSet ( )
    public function testSet()
    {
        $snippet = $this->snippetFromMethod(Entity::class, 'set');
        $snippet->addLocal('entity', $this->entity);
        $res = $snippet->invoke();
        $this->assertEquals('Dave', $this->entity['firstName']);
    }