Skip to content

Does not work on PHPUnit 8 #50

@Bilge

Description

@Bilge

This library makes the (wrong) assumption that we should not want to use it (even though we installed it for some reason) on PHPUnit 8, with its custom autoloader that makes the ArraySubsetAsserts trait do nothing. In that case, PHPUnit 8's implementation will run as normal and issue a deprecation warning, which will also cause the tests to fail if failOnWarning="true" is being used in the PHPUnit config. I should think that if this library is installed, it's a fair bet we want to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions