PageRenderTime 47ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/vendor/phpunit/phpunit/ChangeLog-4.8.md

https://gitlab.com/ealexis.t/trends
Markdown | 220 lines | 131 code | 89 blank | 0 comment | 0 complexity | 9b9fef6398eeecbb48d2b089b8a2f18c MD5 | raw file
  1. # Changes in PHPUnit 4.8
  2. All notable changes of the PHPUnit 4.8 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
  3. ## [4.8.26] - 2016-05-17
  4. ### Fixed
  5. * Fixed [phpunit-mock-objects/#301](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/301): `PHPUnit_Framework_MockObject_MockBuilder::getMock()` calls `PHPUnit_Framework_TestCase::getMock()` with more arguments than accepted
  6. ## [4.8.25] - 2016-05-10
  7. ### Fixed
  8. * Fixed [#2112](https://github.com/sebastianbergmann/phpunit/issues/2112): Output is html entity encoded when ran through `phpdbg`
  9. * Fixed [#2158](https://github.com/sebastianbergmann/phpunit/issues/2158): Failure to run tests in separate processes if a file included into main process contains constant definition
  10. ## [4.8.24] - 2016-03-14
  11. ### Fixed
  12. * Fixed [#1959](https://github.com/sebastianbergmann/phpunit/issues/1959): Prophecy errors are not handled correctly
  13. * Fixed [#2039](https://github.com/sebastianbergmann/phpunit/issues/2039): TestDox does not handle snake_case test methods properly
  14. * Fixed [#2109](https://github.com/sebastianbergmann/phpunit/issues/2109): Process isolation leaks global variable
  15. ## [4.8.23] - 2016-02-11
  16. ### Fixed
  17. * Fixed [#2072](https://github.com/sebastianbergmann/phpunit/issues/2072): Paths in XML configuration file were not handled correctly when they have whitespace around them
  18. ## [4.8.22] - 2016-02-02
  19. ### Fixed
  20. * Fixed [#2050](https://github.com/sebastianbergmann/phpunit/issues/2050): `PHPUnit_Util_XML::load()` raises exception with empty message when XML string is empty
  21. * Fixed a bug in `PHPUnit_Runner_Version::series()`
  22. ## [4.8.21] - 2015-12-12
  23. ### Changed
  24. * Reverted the changes introduced in PHPUnit 4.8.20 as the only thing the new version constraint in `composer.json` achieved was locking PHP 7 users to PHPUnit 4.8.19
  25. ## [4.8.20] - 2015-12-10
  26. ### Changed
  27. * Changed PHP version constraint in `composer.json` to prevent installing PHPUnit 4.8 on PHP 7
  28. * `phpunit.phar` will now refuse to work on PHP 7
  29. ## [4.8.19] - 2015-11-30
  30. ### Fixed
  31. * Fixed [#1955](https://github.com/sebastianbergmann/phpunit/issues/1955): Process isolation fails when running tests with `phpdbg -qrr`
  32. ## [4.8.18] - 2015-11-11
  33. ### Changed
  34. * DbUnit 1.4 is bundled again in the PHAR distribution
  35. ## [4.8.17] - 2015-11-10
  36. ### Fixed
  37. * Fixed [#1935](https://github.com/sebastianbergmann/phpunit/issues/1935): `PHP_CodeCoverage_Exception` not handled properly
  38. * Fixed [#1948](https://github.com/sebastianbergmann/phpunit/issues/1948): Unable to use PHAR due to unsupported signature error
  39. ### Changed
  40. * DbUnit >= 2.0.2 is now bundled in the PHAR distribution
  41. ## [4.8.16] - 2015-10-23
  42. ### Added
  43. * Implemented [#1925](https://github.com/sebastianbergmann/phpunit/issues/1925): Provide a library-only PHAR
  44. ## [4.8.15] - 2015-10-22
  45. ### Fixed
  46. * The backup of global state is now properly restored when changes to global state are disallowed
  47. * The `__PHPUNIT_PHAR__` constant is now properly set when the PHPUnit PHAR is used as a library
  48. ## [4.8.14] - 2015-10-17
  49. ### Fixed
  50. * Fixed [#1892](https://github.com/sebastianbergmann/phpunit/issues/1892): `--coverage-text` does not honor color settings
  51. ## [4.8.13] - 2015-10-14
  52. ### Added
  53. * Added the `--self-upgrade` commandline switch for upgrading a PHPUnit PHAR to the latest version
  54. ### Changed
  55. * The `--self-update` commandline switch now updates a PHPUnit PHAR to the latest version within the same release series
  56. ## [4.8.12] - 2015-10-12
  57. ### Changed
  58. * Merged [#1893](https://github.com/sebastianbergmann/phpunit/issues/1893): Removed workaround for phpab bug
  59. ## [4.8.11] - 2015-10-07
  60. ### Fixed
  61. * Merged [#1885](https://github.com/sebastianbergmann/phpunit/issues/1885): Fixed handling of PHP configuration settings for process isolation
  62. * Fixed [#1857](https://github.com/sebastianbergmann/phpunit/issues/1857): `@covers` and `@uses` should only take a single word
  63. * Fixed [#1879](https://github.com/sebastianbergmann/phpunit/issues/1879): `assertEqualXMLStructure()` cannot compare nodes with an ID
  64. * Fixed [#1898](https://github.com/sebastianbergmann/phpunit/issues/1898): `@covers` and `@uses` cannot be used for namespaced functions
  65. * Fixed [#1901](https://github.com/sebastianbergmann/phpunit/issues/1901): `--self-update` updates to PHPUnit 5, even on PHP < 5.6
  66. ## [4.8.10] - 2015-10-01
  67. ### Fixed
  68. * Merged [#1884](https://github.com/sebastianbergmann/phpunit/issues/1884): Avoid passing `Error` to `onNotSuccessfulTest()` on PHP 7
  69. ## [4.8.9] - 2015-09-20
  70. ### Fixed
  71. * Fixed regression introduced in PHPUnit 4.8.8
  72. ## [4.8.8] - 2015-09-19
  73. ### Fixed
  74. * Fixed [#1860](https://github.com/sebastianbergmann/phpunit/issues/1860): Not well-formed XML strings are always considered equal by `PHPUnit_Framework_Assert::assertXmlStringEqualsXmlString()`
  75. ## [4.8.7] - 2015-09-14
  76. New PHAR release due to updated dependencies
  77. ## [4.8.6] - 2015-08-24
  78. ### Fixed
  79. * Fixed [#1835](https://github.com/sebastianbergmann/phpunit/issues/1835): Skipped test reported as errored since PHPUnit 4.7.4
  80. ## [4.8.5] - 2015-08-19
  81. ### Fixed
  82. * Fixed [#1831](https://github.com/sebastianbergmann/phpunit/issues/1831): PHAR manifest is missing
  83. ## [4.8.4] - 2015-08-15
  84. ### Fixed
  85. * Fixed [#1823](https://github.com/sebastianbergmann/phpunit/issues/1823): Columns attribute in XML configuration file is ignored
  86. ## [4.8.3] - 2015-08-10
  87. ### Changed
  88. * PHPUnit now exits early during bootstrap when an unsupported version of PHP is used
  89. ## [4.8.2] - 2015-08-07
  90. ### Fixed
  91. * Fixed [#1816](https://github.com/sebastianbergmann/phpunit/issues/1816): PHPUnit 4.8.1 shows "4.8.0" as version number
  92. ## [4.8.1] - 2015-08-07
  93. ### Fixed
  94. * Fixed [#1815](https://github.com/sebastianbergmann/phpunit/issues/1815): `phpunit --self-update` does not work in PHPUnit 4.8.0
  95. ## [4.8.0] - 2015-08-07
  96. ### Added
  97. * Added `--check-version` commandline switch to check whether the current version of PHPUnit is used (PHAR only)
  98. * Added `--no-coverage` commandline switch to ignore code coverage configuration from the configuration file
  99. * Implemented [#1663](https://github.com/sebastianbergmann/phpunit/issues/1663): The Crap4J report's threshold is now configurable
  100. * Merged [#1728](https://github.com/sebastianbergmann/phpunit/issues/1728): Implemented the `@testWith` annotation as "syntactic sugar" for data providers
  101. * Merged [#1739](https://github.com/sebastianbergmann/phpunit/issues/1739): Added support to the commandline test runner for using options after arguments
  102. ### Changed
  103. * Made the argument check of `assertContains()` and `assertNotContains()` more strict to prevent undefined behavior such as [#1808](https://github.com/sebastianbergmann/phpunit/issues/1808)
  104. * Changed the name of the default group from `__nogroup__` to `default`
  105. [4.8.26]: https://github.com/sebastianbergmann/phpunit/compare/4.8.25...4.8.26
  106. [4.8.25]: https://github.com/sebastianbergmann/phpunit/compare/4.8.24...4.8.25
  107. [4.8.24]: https://github.com/sebastianbergmann/phpunit/compare/4.8.23...4.8.24
  108. [4.8.23]: https://github.com/sebastianbergmann/phpunit/compare/4.8.22...4.8.23
  109. [4.8.22]: https://github.com/sebastianbergmann/phpunit/compare/4.8.21...4.8.22
  110. [4.8.21]: https://github.com/sebastianbergmann/phpunit/compare/4.8.20...4.8.21
  111. [4.8.20]: https://github.com/sebastianbergmann/phpunit/compare/4.8.19...4.8.20
  112. [4.8.19]: https://github.com/sebastianbergmann/phpunit/compare/4.8.18...4.8.19
  113. [4.8.18]: https://github.com/sebastianbergmann/phpunit/compare/4.8.17...4.8.18
  114. [4.8.17]: https://github.com/sebastianbergmann/phpunit/compare/4.8.16...4.8.17
  115. [4.8.16]: https://github.com/sebastianbergmann/phpunit/compare/4.8.15...4.8.16
  116. [4.8.15]: https://github.com/sebastianbergmann/phpunit/compare/4.8.14...4.8.15
  117. [4.8.14]: https://github.com/sebastianbergmann/phpunit/compare/4.8.13...4.8.14
  118. [4.8.13]: https://github.com/sebastianbergmann/phpunit/compare/4.8.12...4.8.13
  119. [4.8.12]: https://github.com/sebastianbergmann/phpunit/compare/4.8.11...4.8.12
  120. [4.8.11]: https://github.com/sebastianbergmann/phpunit/compare/4.8.10...4.8.11
  121. [4.8.10]: https://github.com/sebastianbergmann/phpunit/compare/4.8.9...4.8.10
  122. [4.8.9]: https://github.com/sebastianbergmann/phpunit/compare/4.8.8...4.8.9
  123. [4.8.8]: https://github.com/sebastianbergmann/phpunit/compare/4.8.7...4.8.8
  124. [4.8.7]: https://github.com/sebastianbergmann/phpunit/compare/4.8.6...4.8.7
  125. [4.8.6]: https://github.com/sebastianbergmann/phpunit/compare/4.8.5...4.8.6
  126. [4.8.5]: https://github.com/sebastianbergmann/phpunit/compare/4.8.4...4.8.5
  127. [4.8.4]: https://github.com/sebastianbergmann/phpunit/compare/4.8.3...4.8.4
  128. [4.8.3]: https://github.com/sebastianbergmann/phpunit/compare/4.8.2...4.8.3
  129. [4.8.2]: https://github.com/sebastianbergmann/phpunit/compare/4.8.1...4.8.2
  130. [4.8.1]: https://github.com/sebastianbergmann/phpunit/compare/4.8.0...4.8.1
  131. [4.8.0]: https://github.com/sebastianbergmann/phpunit/compare/4.7...4.8.0