| 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 4.4 All notable changes of the PHPUnit 4.4 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## [4.4.5] - 2015-01-27 ### Fixed * Fixed [#1592](https://github.com/sebastianbergmann/phpunit/issues/1592): Incorrect dependency information ## [4.4.4] - 2015-01-24 ### Fixed * Fixed [#1587](https://github.com/sebastianbergmann/phpunit/issues/1587): Class `SebastianBergmann\Exporter\Context` not found ## [4.4.3] - 2015-01-24 New PHAR release due to updated dependencies ## [4.4.2] - 2015-01-17 ### Changed * Merged [#1573](https://github.com/sebastianbergmann/phpunit/issues/1573): Updates for the XSD for PHPUnit XML configuration ### Fixed * Merged [#1567](https://github.com/sebastianbergmann/phpunit/issues/1567): `coverage-crap4j` missing in XSD for PHPUnit XML configuration * Fixed [#1570](https://github.com/sebastianbergmann/phpunit/issues/1570): Test that prints output is marked as failure and not as risky when `--disallow-test-output` is used * Fixed `--stderr` with `--tap` or `--testdox` options ## [4.4.1] - 2014-12-28 ### Changed * Merged [#1528](https://github.com/sebastianbergmann/phpunit/issues/1528): Add `expectedCount()` to `toString()` return value ## [4.4.0] - 2014-12-05 ### Added * Merged [#1371](https://github.com/sebastianbergmann/phpunit/issues/1371): Implement `assertArraySubset()` assertion * Merged [#1439](https://github.com/sebastianbergmann/phpunit/issues/1439): Add support for `double` to `assertInternalType()` ### Changed * Merged [#1427](https://github.com/sebastianbergmann/phpunit/issues/1427): Improve failure output for tests when provided data is binary * Merged [#1458](https://github.com/sebastianbergmann/phpunit/issues/1458): Only enable colors when PHPUnit is run on a console (and output is not sent to a file) [4.4.5]: https://github.com/sebastianbergmann/phpunit/compare/4.4.4...4.4.5 [4.4.4]: https://github.com/sebastianbergmann/phpunit/compare/4.4.3...4.4.4 [4.4.3]: https://github.com/sebastianbergmann/phpunit/compare/4.4.2...4.4.3 [4.4.2]: https://github.com/sebastianbergmann/phpunit/compare/4.4.1...4.4.2 [4.4.1]: https://github.com/sebastianbergmann/phpunit/compare/4.4.0...4.4.1 [4.4.0]: https://github.com/sebastianbergmann/phpunit/compare/4.3...4.4.0