/** * Fatal Error when calling eZContentOperationCollection::removeOldNodes() * with inexistant object/object version * * @link http://issues.ez.no/22232 */ public function testRemoveOldNodes() { eZContentOperationCollection::removeOldNodes(1234, 1234); }