nginxsonarrradarrplexorganizrdashboardnzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotato
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5.3 KiB
5.3 KiB
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 principles.
6.5.13 - 2018-09-08
- Fixed #3181:
--filter
should be case-insensitive - Fixed #3234:
assertArraySubset()
with$strict=true
does not display differences properly - Fixed #3254: TextUI test runner cannot run a
Test
instance that is not aTestSuite
6.5.12 - 2018-08-22
- Fixed #3248 and #3233:
phpunit.xsd
dictates element order where it should not - Fixed #3251: TeamCity result logger is missing test duration information
6.5.11 - 2018-08-07
- Fixed #3219:
getMockFromWsdl()
generates invalid PHP code when WSDL filename contains special characters
6.5.10 - 2018-08-03
Fixed
- Fixed #3209:
Test::run()
andTestCase::run()
interface contradiction - Fixed #3218:
prefix
attribute fordirectory
node missing fromphpunit.xml
XSD - Fixed #3225:
coverage-php
missing fromphpunit.xsd
6.5.9 - 2018-07-03
Fixed
- Fixed #3142: Method-level annotations (
@backupGlobals
,@backupStaticAttributes
,@errorHandler
,@preserveGlobalState
) do not override class-level annotations
6.5.8 - 2018-04-10
Fixed
- Fixed #2830:
@runClassInSeparateProcess
does not work for tests that use@dataProvider
6.5.7 - 2018-02-26
Fixed
- Fixed #2974: JUnit XML logfile contains invalid characters when test output contains binary data
6.5.6 - 2018-02-01
Fixed
- Fixed #2236: Exceptions in
tearDown()
do not affectgetStatus()
- Fixed #2950: Class extending
PHPUnit\Framework\TestSuite
does not extendPHPUnit\FrameworkTestCase
- Fixed #2972: PHPUnit crashes when test suite contains both
.phpt
files and unconventionally named tests
6.5.5 - 2017-12-17
Fixed
- Fixed #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
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
6.5.1 - 2017-12-01
- Fixed #2886: Forced environment variables do not affect
getenv()
6.5.0 - 2017-12-01
Added
- Implemented #2286: Optional
$exit
parameter forPHPUnit\TextUI\TestRunner::run()
- Implemented #2496: Allow shallow copy of dependencies