Details
Description
I'm trying to clone a PersistentCollection and expect to get a stable snapshot. But the class does not implement __clone, thus both objects refer to the same internal ArrayCollection.
I can't use takeSnapshot because I'm writing generic code that should work with any implementation of Traversable/ArrayAccess.
Moved to right project