Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override assertTag and assertNotTag to remove deprecation errors #43

Merged

Commits on May 20, 2015

  1. Override assertTag and assertNotTag to remove deprecation errors

    When running Kohana test suite with newer PHPUnit the assertion
    methods `assertTag` and `assertNotTag` raise deprecation errors.
    
    This is a patch to avoid the errors until phpunit-dom-assertions
    gets released which should provide alternatives.
    enov committed May 20, 2015
    Copy the full SHA
    8fea50d View commit details
    Browse the repository at this point in the history