| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/phpunit/phpunit/ |
Upload File : |
# Changes in PHPUnit 6.2 All notable changes of the PHPUnit 6.2 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [6.2.4] - 2017-08-03 ### Changed * Do not pull in `sebastian/diff` `^2.0` ## [6.2.3] - 2017-07-03 ### Fixed * Fixed [#2705](https://github.com/sebastianbergmann/phpunit/issues/2705): `stderr` parameter in `phpunit.xml` always considered `true` ## [6.2.2] - 2017-06-13 ### Fixed * Fixed [#2703](https://github.com/sebastianbergmann/phpunit/pull/2703): `RiskyTestError` class is not declared in the correct namespace ## [6.2.1] - 2017-06-02 ### Changed * Rolled back the change that when `beStrictAboutCoversAnnotation="true"` is configured or `--strict-coverage` is used then a test is now also marked as risky when it specifies units of code using `@covers` or `@uses` that are not executed by the test ## [6.2.0] - 2017-06-02 ### Added * Implemented [#2642](https://github.com/sebastianbergmann/phpunit/pull/2642): Support counting non-`Iterator` `Traversable` objects * Implemented [#2664](https://github.com/sebastianbergmann/phpunit/pull/2664): Add `@runClassInSeparateProcess` annotation to execute all tests of a class in a single, separate process * Implemented [#2666](https://github.com/sebastianbergmann/phpunit/pull/2666): Allow using a `Traversable` as data provider (not only `Iterator`) * Implemented [#2670](https://github.com/sebastianbergmann/phpunit/issues/2670): Add support for disabling the conversion of `E_DEPRECATED` to exceptions * Implemented [#2692](https://github.com/sebastianbergmann/phpunit/issues/2692): Add `--no-logging` option to disable logging ### Changed * Implemented [#2689](https://github.com/sebastianbergmann/phpunit/pull/2689): Unpack nested `IteratorAggregate` objects for `Count` constraint * When `beStrictAboutCoversAnnotation="true"` is configured or `--strict-coverage` is used then a test is now also marked as risky when it specifies units of code using `@covers` or `@uses` that are not executed by the test [6.2.4]: https://github.com/sebastianbergmann/phpunit/compare/6.2.3...6.2.4 [6.2.3]: https://github.com/sebastianbergmann/phpunit/compare/6.2.2...6.2.3 [6.2.2]: https://github.com/sebastianbergmann/phpunit/compare/6.2.1...6.2.2 [6.2.1]: https://github.com/sebastianbergmann/phpunit/compare/6.2.0...6.2.1 [6.2.0]: https://github.com/sebastianbergmann/phpunit/compare/6.1...6.2.0