Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Unit tests fail massively #73

Description

@kdambekalns

The current state of the project is that a lot of tests fail, even on PHP 5.3 and 5.4, as is clearly visible on TravisCI. This is really a bad situation, since it more or less makes it impossible to work on the codebase - you would need a "green bar" before you can do that safely.

I started to look at the tests, but since some tests fail due to functionality added in recent PHP versions, it might make sense to define the way forward first… Would it be an option to drop support for PHP 5.3 and 5.4, and have newer versions support PHP 5.5 and up? This could safely be done by bumping to version 2.0 of the library. For the current state, that would still mean fixing things, so that the tests run again on PHP 5.3 and 5.4, of course.

Any pointers on how to approach this? I would invest some (more) time into this, but would welcome some introduction to the architecture (of the tests), to speed things up.

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