Version 9.1.3 - 2020-04-23
Added
Changed
PHPUnit\Util\Blacklist
is no longer @internal
Version 9.1.2 - 2020-04-20
Changed
PHPUnit\TextUI\Command
passes warnings to PHPUnit\TextUI\TestRunner
Version 9.1.1 - 2020-04-03
Fixed
Version 9.1.0 - 2020-04-03
Added
assertIsNotReadable()
as alternative for assertNotIsReadable()
with a more readable nameassertIsNotWritable()
as alternative for assertNotIsWritable()
with a more readable nameassertDirectoryDoesNotExist()
as alternative for assertDirectoryNotExists()
with a more readable nameassertDirectoryIsNotReadable()
as alternative for assertDirectoryNotIsReadable()
with a more readable nameassertDirectoryIsNotWritable()
as alternative for assertDirectoryNotIsWritable()
with a more readable nameassertFileDoesNotExist()
as alternative for assertFileNotExists()
with a more readable nameassertFileIsNotReadable()
as alternative for assertFileNotIsReadable()
with a more readable nameassertFileIsNotWritable()
as alternative for assertFileNotIsWritable()
with a more readable nameassertMatchesRegularExpression()
as alternative for assertRegExp()
with a more readable nameassertDoesNotMatchRegularExpression()
as alternative for assertNotRegExp()
with a more readable namefailOnIncomplete
and failOnSkipped
configuration options as well as --fail-on-incomplete
and --fail-on-skipped
commandline options@preCondition
and @postCondition
annotationsChanged
assertNotIsReadable()
assertNotIsWritable()
assertDirectoryNotExists()
assertDirectoryNotIsReadable()
assertDirectoryNotIsWritable()
assertFileNotExists()
assertFileNotIsReadable()
assertFileNotIsWritable()
assertRegExp()
assertNotRegExp()
assertEqualXMLStructure()
StringContains
constraintPlease login to add feedback.
This update has been submitted for testing by remi.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
remi edited this update.
This update has been obsoleted by phpunit9-9.1.4-1.fc32.