Skip to content

Tests are broken on PHP 5.4.29 and 5.5.13 #11176

Closed
@stof

Description

@stof

The first issue is the serialization change done in these release, which now prevent PHPUnit to disable the constructor for classes extending an internal class. Tests doing such mocking should be refactored.

the other issue is because these releases changed a bit the format of the json pretty print for empty arrays and empty objects, thus making some test fail because they assert the output.

Given that Travis now uses these versions, this makes our test fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions