# Changes in PHPUnit 5.7 All notable changes of the PHPUnit 5.7 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. ## [5.7.5] - 2016-12-28 ### Fixed * Fixed [#2404](https://github.com/sebastianbergmann/phpunit/pull/2404): `assertDirectoryNotIsWriteable()` calls itself ## [5.7.4] - 2016-12-13 ### Fixed * Fixed [#2394](https://github.com/sebastianbergmann/phpunit/issues/2394): Do not treat `AssertionError` as assertion failure on PHP 5 ## [5.7.3] - 2016-12-09 ### Fixed * Fixed [#2384](https://github.com/sebastianbergmann/phpunit/pull/2384): Handle `PHPUnit_Framework_Exception` correctly when expecting exceptions ## [5.7.2] - 2016-12-03 ### Fixed * Fixed [#2382](https://github.com/sebastianbergmann/phpunit/issues/2382): Uncloneable test doubles passed via data provider do not work ## [5.7.1] - 2016-12-02 ### Fixed * Fixed [#2380](https://github.com/sebastianbergmann/phpunit/issues/2380): Data Providers cannot be generators anymore ## [5.7.0] - 2016-12-02 ### Added * Merged [#2223](https://github.com/sebastianbergmann/phpunit/pull/2223): Add support for multiple data providers * Added `extensionsDirectory` configuration directive to configure a directory from which all `.phar` files are loaded as PHPUnit extensions * Added `--no-extensions` commandline option to suppress loading of extensions (from configured extension directory) * Added `PHPUnit\Framework\Assert` as an alias for `PHPUnit_Framework_Assert` for forward compatibility * Added `PHPUnit\Framework\BaseTestListener` as an alias for `PHPUnit_Framework_BaseTestListener` for forward compatibility * Added `PHPUnit\Framework\TestListener` as an alias for `PHPUnit_Framework_TestListener` for forward compatibility ### Changed * The `--log-json` commandline option has been deprecated * The `--tap` and `--log-tap` commandline options have been deprecated * The `--self-update` and `--self-upgrade` commandline options have been deprecated (PHAR binary only) [5.7.5]: https://github.com/sebastianbergmann/phpunit/compare/5.7.4...5.7.5 [5.7.4]: https://github.com/sebastianbergmann/phpunit/compare/5.7.3...5.7.4 [5.7.3]: https://github.com/sebastianbergmann/phpunit/compare/5.7.2...5.7.3 [5.7.2]: https://github.com/sebastianbergmann/phpunit/compare/5.7.1...5.7.2 [5.7.1]: https://github.com/sebastianbergmann/phpunit/compare/5.7.0...5.7.1 [5.7.0]: https://github.com/sebastianbergmann/phpunit/compare/5.6...5.7.0