Google\Cloud\Tests\Datastore\OperationTest::testAllocateIdsNamedKey PHP Method

testAllocateIdsNamedKey() public method

    public function testAllocateIdsNamedKey()
    {
        $keys = [$this->operation->key('foo', 'Bar')];
        $this->operation->allocateIds($keys);
    }