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

testSet() public method

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']);
    }