zendframework / zend-eventmanager

Implement event systems, signal slots, intercepting filters, and observers.
BSD 3-Clause "New" or "Revised" License
1.64k stars 62 forks source link

use PHPUnit_Framework_Assert as Assert; #51

Closed marc-mabe closed 6 years ago

marc-mabe commented 7 years ago

This class is not available on PHPUnit 6 -> https://github.com/zendframework/zend-eventmanager/blob/9d10eecc4141710afe5c17f13962e556ed3af4f0/src/Test/EventListenerIntrospectionTrait.php#L112

weierophinney commented 6 years ago

Fixed with #66 and #70 .