zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

Upgrade to lowest/locked/latest strategy #75

Closed weierophinney closed 7 years ago

weierophinney commented 7 years ago

Upgrades to the lowest/locked/latest strategy, which is an evolution of the previous strategy used to test against different zend-servicemanager versions, and should allow us to test agains the latest zend-servicemanager releases without further failures.

This also updates PHPUnit to allow the v6 series, which required updating all test cases to use the namespaced version of the PHPUnit TestCase class.