Skip to content

Container::__clone is missing #15261

Closed
Closed
@chx

Description

@chx

When writing a unit test for Drupal, I found the parameter bag was not cloned so at least

public function __clone() {
    $this->parameterBag = clone $this->parameterBag;
}

but that's nowhere near enough as services , scopes etc needs to be cloned too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions