PHPUnit

PHPUnit 5.3.2 updated

PHPUnit is considered a de-facto standard for unit testing PHP code. The framework returns results in an easy readable format. They (the results) are properly formatted for quick analysis and easy navigation.What is new in this release:New PHAR release...

DbUnit

DbUnit 2.0.2 updated

DbUnit is a JUnit extension  targeted for database-driven projects that, among other things, puts a database into a known state between test runs. DbUnit is also usable with Apache Ant.What is new in this release:CompositeDataSet now behaves in a way...