Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 13.1.7
Immutable
release. Only release title and notes can be modified.
Changed
- Pass
LIBXML_NONETwhen parsing/validating XML configuration files to make explicit that no network I/O is performed - Verify the result file written by an isolated child process with a random nonce before deserializing it
Learn how to install or update PHPUnit 13.1 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 12.5.23
Immutable
release. Only release title and notes can be modified.
Changed
- Pass
LIBXML_NONETwhen parsing/validating XML configuration files to make explicit that no network I/O is performed - Verify the result file written by an isolated child process with a random nonce before deserializing it
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 13.1.6
Immutable
release. Only release title and notes can be modified.
Fixed
- #6590: Silent failure when configuration file is invalid
- #6592: INI metacharacters
;and"are not preserved when forwarding settings to child processes
Learn how to install or update PHPUnit 13.1 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 12.5.22
Immutable
release. Only release title and notes can be modified.
Fixed
- #6590: Silent failure when configuration file is invalid
- #6592: INI metacharacters
;and"are not preserved when forwarding settings to child processes
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 13.1.5
Immutable
release. Only release title and notes can be modified.
Fixed
- #5860: PHP CLI
-dsettings are not forwarded to child processes for process isolation - #6451: Incomplete version in
RequiresPhp(e.g.<=8.5) is compared against full PHP version, causing unexpected skips - #6589:
dataSetAsStringWithData()raises "float is not representable as int" warning for large floats in data sets
Learn how to install or update PHPUnit 13.1 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 12.5.21
Immutable
release. Only release title and notes can be modified.
Fixed
- #5860: PHP CLI
-dsettings are not forwarded to child processes for process isolation - #6451: Incomplete version in
RequiresPhp(e.g.<=8.5) is compared against full PHP version, causing unexpected skips
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 13.1.4
Immutable
release. Only release title and notes can be modified.
Fixed
- #5993:
DefaultJobRunnerdeadlocks on child processes that write large amounts of stderr output - #6465: SAPI-populated
$_SERVERentries leak from parent into child process - #6587:
failOnEmptyTestSuite="false"inphpunit.xmlis ignored when--group/--filter/--testsuitematches no tests - #6588: Order of issue baseline entries is not canonicalized
Learn how to install or update PHPUnit 13.1 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 12.5.20
Immutable
release. Only release title and notes can be modified.
Fixed
- #5993:
DefaultJobRunnerdeadlocks on child processes that write large amounts of stderr output - #6465: SAPI-populated
$_SERVERentries leak from parent into child process - #6587:
failOnEmptyTestSuite="false"inphpunit.xmlis ignored when--group/--filter/--testsuitematches no tests - #6588: Order of issue baseline entries is not canonicalized
Learn how to install or update PHPUnit 12.5 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 13.1.3
Immutable
release. Only release title and notes can be modified.
Fixed
- Regression in XML configuration migration introduced in PHPUnit 12.5.8
Learn how to install or update PHPUnit 13.1 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.
PHPUnit 13.1.2
Immutable
release. Only release title and notes can be modified.
Fixed
- #4571: No warning when
--random-order-seedis used when test execution order is not random - #4975:
--filterdoes not work when filter string starts with# - #5354: JUnit XML logger does not handle
TestSuiteSkippedevent - #6276: Exit with non-zero exit code when explicit test selection (
--filter,--group,--testsuite) yields no tests - #6583: Failing output expectation skips
tearDown()and handler restoration, causing subsequent tests to be marked as risky
Learn how to install or update PHPUnit 13.1 in the documentation.
Keep up to date with PHPUnit:
- You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
- You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.