php-vcr / phpunit-testlistener-vcr

Integrates PHPUnit with PHP-VCR.
MIT License
61 stars 50 forks source link

PHPUnit 5.1: Add addWarning() from interface #7

Closed GaryJones closed 8 years ago

GaryJones commented 8 years ago

Without this, the unit tests throw a fatal error due to a missing method defined by the interface.

RobinHoutevelts commented 8 years ago

+1 Please merge