Skip to content

Add support for latest version of PHPUnit #61

@JordanRifaey

Description

@JordanRifaey

The unit tests in this library are not compatible with the latest version of PHPUnit, currently version 8.

For example...
class CredentialsTest extends \PHPUnit_Framework_TestCase
should be...
class CredentialsTest extends \PHPUnit\Framework\TestCase
...In PHPUnit 8 and above.

Thanks.

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