Skip to content

Update phpunit/phpunit from 9.6.8 to 9.6.17 - #475

Open
violinist-bot wants to merge 1 commit into
SignWo:11.xfrom
violinist-dev:phpunitphpunit9689617
Open

Update phpunit/phpunit from 9.6.8 to 9.6.17#475
violinist-bot wants to merge 1 commit into
SignWo:11.xfrom
violinist-dev:phpunitphpunit9689617

Conversation

@violinist-bot

Copy link
Copy Markdown

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • doctrine/deprecations: 1.1.3 (updated from v1.1.1)
  • symfony/polyfill-ctype: v1.29.0 (updated from v1.27.0)
  • nikic/php-parser: v5.0.1 (updated from v4.15.5)
  • phpdocumentor/type-resolver: 1.8.2 (updated from 1.7.2)
  • phpspec/prophecy: v1.18.0 (updated from v1.17.0)
  • phpunit/php-code-coverage: 9.2.30 (updated from 9.2.26)
  • phpunit/phpunit: 9.6.17 (updated from 9.6.8)
  • sebastian/complexity: 2.0.3 (updated from 2.0.2)
  • sebastian/global-state: 5.0.6 (updated from 5.0.5)
  • sebastian/lines-of-code: 1.0.4 (updated from 1.0.3)
  • theseer/tokenizer: 1.2.2 (updated from 1.2.1)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
 .editorconfig
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/1_BUG.md
.github/ISSUE_TEMPLATE/2_BUG_PHPUNIT_10.md
.github/ISSUE_TEMPLATE/2_COMPATIBILITY.md
.github/ISSUE_TEMPLATE/3_BUG_PHPUNIT_9.md
.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/4_COMPATIBILITY_PHPUNIT_10.md
.github/ISSUE_TEMPLATE/5_COMPATIBILITY_PHPUNIT_9.md
.github/PULL_REQUEST_TEMPLATE/IMPROVEMENT.md
.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md
.github/workflows/ci.yaml
.gitignore
.phive/phars.xml
.php-cs-fixer.dist.php
.psalm/baseline.xml
ChangeLog-9.6.md
DEPRECATIONS.md
LICENSE
README.md
SECURITY.md
build.xml
build/scripts/phar-set-timestamps/composer.json
build/scripts/phar-set-timestamps/composer.lock
build/scripts/phar-set-timestamps/run.php
build/scripts/phar-set-timestamps/vendor/autoload.php
build/scripts/phar-set-timestamps/vendor/composer/ClassLoader.php
build/scripts/phar-set-timestamps/vendor/composer/InstalledVersions.php
build/scripts/phar-set-timestamps/vendor/composer/LICENSE
build/scripts/phar-set-timestamps/vendor/composer/autoload_classmap.php
build/scripts/phar-set-timestamps/vendor/composer/autoload_namespaces.php
build/scripts/phar-set-timestamps/vendor/composer/autoload_psr4.php
build/scripts/phar-set-timestamps/vendor/composer/autoload_real.php
build/scripts/phar-set-timestamps/vendor/composer/autoload_static.php
build/scripts/phar-set-timestamps/vendor/composer/installed.json
build/scripts/phar-set-timestamps/vendor/composer/installed.php
build/scripts/phar-set-timestamps/vendor/composer/platform_check.php
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/.gitignore
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/LICENSE
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/README.md
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/composer.json
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/composer.lock
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/src/Linter.php
build/scripts/phar-set-timestamps/vendor/seld/phar-utils/src/Timestamps.php
build/templates/binary-phar-autoload.php.in
composer.json
composer.lock
phpunit.xml
phpunit.xsd
schema/8.5.xsd
schema/9.0.xsd
schema/9.1.xsd
schema/9.2.xsd
schema/9.3.xsd
schema/9.4.xsd
schema/9.5.xsd
src/Framework/Assert.php
src/Framework/Assert/Functions.php
src/Framework/Constraint/Cardinality/Count.php
src/Framework/Constraint/Cardinality/IsEmpty.php
src/Framework/Constraint/Constraint.php
src/Framework/Constraint/Equality/IsEqual.php
src/Framework/Constraint/Equality/IsEqualCanonicalizing.php
src/Framework/Constraint/Equality/IsEqualIgnoringCase.php
src/Framework/Constraint/Equality/IsEqualWithDelta.php
src/Framework/Constraint/Exception/Exception.php
src/Framework/Constraint/Exception/ExceptionCode.php
src/Framework/Constraint/Exception/ExceptionMessage.php
src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php
src/Framework/Constraint/Filesystem/DirectoryExists.php
src/Framework/Constraint/Filesystem/FileExists.php
src/Framework/Constraint/Filesystem/IsReadable.php
src/Framework/Constraint/Filesystem/IsWritable.php
src/Framework/Constraint/IsIdentical.php
src/Framework/Constraint/JsonMatches.php
src/Framework/Constraint/Object/ClassHasAttribute.php
src/Framework/Constraint/Object/ClassHasStaticAttribute.php
src/Framework/Constraint/Object/ObjectEquals.php
src/Framework/Constraint/Object/ObjectHasProperty.php
src/Framework/Constraint/Operator/LogicalNot.php
src/Framework/Constraint/Operator/LogicalXor.php
src/Framework/Constraint/String/IsJson.php
src/Framework/Constraint/String/RegularExpression.php
src/Framework/Constraint/String/StringContains.php
src/Framework/Constraint/String/StringMatchesFormatDescription.php
src/Framework/Constraint/String/StringStartsWith.php
src/Framework/Constraint/Traversable/TraversableContains.php
src/Framework/Constraint/Traversable/TraversableContainsOnly.php
src/Framework/Constraint/Type/IsInstanceOf.php
src/Framework/Constraint/Type/IsType.php
src/Framework/ErrorTestCase.php
src/Framework/Exception/ActualValueIsNotAnObjectException.php
src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php
src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php
src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php
src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php
src/Framework/Exception/ComparisonMethodDoesNotExistException.php
src/Framework/Exception/InvalidArgumentException.php
src/Framework/ExecutionOrderDependency.php
src/Framework/IncompleteTestCase.php
src/Framework/MockObject/Api/Api.php
src/Framework/MockObject/Api/Method.php
src/Framework/MockObject/Builder/InvocationMocker.php
src/Framework/MockObject/Builder/InvocationStubber.php
src/Framework/MockObject/Exception/CannotUseAddMethodsException.php
src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php
src/Framework/MockObject/Exception/ClassAlreadyExistsException.php
src/Framework/MockObject/Exception/ClassIsFinalException.php
src/Framework/MockObject/Exception/ClassIsReadonlyException.php
src/Framework/MockObject/Exception/DuplicateMethodException.php
src/Framework/MockObject/Exception/IncompatibleReturnValueException.php
src/Framework/MockObject/Exception/InvalidMethodNameException.php
src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php
src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php
src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php
src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php
src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php
src/Framework/MockObject/Exception/UnknownClassException.php
src/Framework/MockObject/Exception/UnknownTraitException.php
src/Framework/MockObject/Exception/UnknownTypeException.php
src/Framework/MockObject/Generator.php
src/Framework/MockObject/Invocation.php
src/Framework/MockObject/InvocationHandler.php
src/Framework/MockObject/Matcher.php
src/Framework/MockObject/MethodNameConstraint.php
src/Framework/MockObject/MockBuilder.php
src/Framework/MockObject/MockClass.php
src/Framework/MockObject/MockMethod.php
src/Framework/MockObject/Rule/ConsecutiveParameters.php
src/Framework/MockObject/Rule/InvokedAtIndex.php
src/Framework/MockObject/Rule/InvokedAtLeastCount.php
src/Framework/MockObject/Rule/InvokedAtLeastOnce.php
src/Framework/MockObject/Rule/InvokedAtMostCount.php
src/Framework/MockObject/Rule/InvokedCount.php
src/Framework/MockObject/Rule/Parameters.php
src/Framework/MockObject/Stub/ConsecutiveCalls.php
src/Framework/MockObject/Stub/Exception.php
src/Framework/MockObject/Stub/ReturnCallback.php
src/Framework/MockObject/Stub/ReturnReference.php
src/Framework/MockObject/Stub/ReturnStub.php
src/Framework/SkippedTestCase.php
src/Framework/TestBuilder.php
src/Framework/TestCase.php
src/Framework/TestFailure.php
src/Framework/TestResult.php
src/Framework/TestSuite.php
src/Framework/TestSuiteIterator.php
src/Framework/WarningTestCase.php
src/Runner/BaseTestRunner.php
src/Runner/DefaultTestResultCache.php
src/Runner/Extension/ExtensionHandler.php
src/Runner/Extension/PharLoader.php
src/Runner/Filter/Factory.php
src/Runner/Filter/GroupFilterIterator.php
src/Runner/Filter/NameFilterIterator.php
src/Runner/PhptTestCase.php
src/Runner/StandardTestSuiteLoader.php
src/Runner/TestSuiteSorter.php
src/Runner/Version.php
src/TextUI/CliArguments/Builder.php
src/TextUI/Command.php
src/TextUI/DefaultResultPrinter.php
src/TextUI/Exception/TestDirectoryNotFoundException.php
src/TextUI/Exception/TestFileNotFoundException.php
src/TextUI/Help.php
src/TextUI/TestRunner.php
src/TextUI/TestSuiteMapper.php
src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php
src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php
src/TextUI/XmlConfiguration/Generator.php
src/TextUI/XmlConfiguration/Loader.php
src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php
src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php
src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php
src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php
src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php
src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php
src/TextUI/XmlConfiguration/Migration/Migrator.php
src/TextUI/XmlConfiguration/PHP/PhpHandler.php
src/Util/Annotation/DocBlock.php
src/Util/Annotation/Registry.php
src/Util/Color.php
src/Util/ErrorHandler.php
src/Util/ExcludeList.php
src/Util/FileLoader.php
src/Util/Filesystem.php
src/Util/Filter.php
src/Util/GlobalState.php
src/Util/Json.php
src/Util/Log/JUnit.php
src/Util/Log/TeamCity.php
src/Util/PHP/AbstractPhpProcess.php
src/Util/PHP/DefaultPhpProcess.php
src/Util/PHP/Template/TestCaseClass.tpl
src/Util/PHP/Template/TestCaseMethod.tpl
src/Util/PHP/WindowsPhpProcess.php
src/Util/Printer.php
src/Util/RegularExpression.php
src/Util/Test.php
src/Util/TestDox/CliTestDoxPrinter.php
src/Util/TestDox/HtmlResultPrinter.php
src/Util/TestDox/NamePrettifier.php
src/Util/TestDox/TestDoxPrinter.php
src/Util/TestDox/XmlResultPrinter.php
src/Util/TextTestListRenderer.php
src/Util/VersionComparisonOperator.php
src/Util/XdebugFilterScriptGenerator.php
src/Util/Xml.php
src/Util/Xml/Loader.php
src/Util/Xml/SchemaDetectionResult.php
src/Util/Xml/SchemaDetector.php
src/Util/Xml/SchemaFinder.php
src/Util/Xml/SuccessfulSchemaDetectionResult.php
src/Util/XmlTestListRenderer.php
tests/_files/ClassWithUnionReturnTypes.php
tests/_files/CountConstraint.php
tests/_files/CoverageTwoDefaultClassAnnotations.php
tests/_files/InterfaceWithMethodsThatDeclareBooleanReturnTypes.php
tests/_files/MultipleDataProviderTest.php
tests/_files/ObjectEquals/ValueObjectWithEqualsMethodThatHasUnionParameterType.php
tests/_files/ThrowExceptionTestCase.php
tests/end-to-end/_files/groups/phpunit.xml
tests/end-to-end/_files/groups/tests/FooTest.php
tests/end-to-end/_files/output-cli-help-color.txt
tests/end-to-end/_files/output-cli-usage.txt
tests/end-to-end/cli/exclude-group-argument.phpt
tests/end-to-end/cli/exclude-group-configuration.phpt
tests/end-to-end/cli/exclude-group-isolation.phpt
tests/end-to-end/cli/filter-class-isolation.phpt
tests/end-to-end/cli/filter-class-match-argument.phpt
tests/end-to-end/cli/filter-class-match-configuration.phpt
tests/end-to-end/cli/filter-class-nomatch-argument.phpt
tests/end-to-end/cli/filter-class-nomatch-configuration.phpt
tests/end-to-end/cli/filter-dataprovider-by-classname-and-range-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-number-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-only-range-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-only-regexp-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-only-string-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-range-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-regexp-isolation.phpt
tests/end-to-end/cli/filter-dataprovider-by-string-isolation.phpt
tests/end-to-end/cli/filter-method-isolation.phpt
tests/end-to-end/cli/filter-method-match-argument.phpt
tests/end-to-end/cli/filter-method-match-configuration.phpt
tests/end-to-end/cli/filter-method-nomatch-argument.phpt
tests/end-to-end/cli/filter-method-nomatch-configuration.phpt
tests/end-to-end/cli/group-argument.phpt
tests/end-to-end/cli/group-configuration.phpt
tests/end-to-end/cli/group.phpt
tests/end-to-end/cli/list-groups-argument.phpt
tests/end-to-end/cli/list-groups-configuration.phpt
tests/end-to-end/migration/_files/migration-from-92/phpunit-9.2.xml
tests/end-to-end/migration/_files/unsupported-schema/phpunit.xml
tests/end-to-end/migration/unsupported-schema.phpt
tests/end-to-end/phar/src/autoload.php
tests/end-to-end/regression/1337/Issue1337Test.php
tests/end-to-end/regression/1348.phpt
tests/end-to-end/regression/2137/Issue2137Test.php
tests/end-to-end/regression/2382/Issue2382Test.php
tests/end-to-end/regression/2724/SeparateClassRunMethodInNewProcessTest.php
tests/end-to-end/regression/2811/Issue2811Test.php
tests/end-to-end/regression/3093/Issue3093Test.php
tests/end-to-end/regression/4407/Issue4407Test.php
tests/end-to-end/regression/498/Issue498Test.php
tests/end-to-end/regression/503/Issue503Test.php
tests/end-to-end/regression/5210/Issue5210Test.php
tests/end-to-end/regression/581/Issue581Test.php
tests/end-to-end/regression/797/bootstrap797.php
tests/end-to-end/regression/873/Issue873Test.php
tests/end-to-end/testdox/_files/DiffTest.php
tests/end-to-end/testdox/data-provider-with-numeric-data-set-name-colorized.phpt
tests/end-to-end/testdox/data-provider-with-string-data-set-name-colorized.phpt
tests/end-to-end/testdox/diff-colorized-windows.phpt
tests/end-to-end/testdox/diff-colorized.phpt
tests/end-to-end/testdox/metadata-colorized.phpt
tests/end-to-end/testdox/metadata-data-provider-with-numeric-data-set-name-colorized.phpt
tests/end-to-end/testdox/metadata-data-provider-with-string-data-set-name-colorized.phpt
tests/end-to-end/testdox/metadata-verbose-colorized.phpt
tests/end-to-end/testdox/metadata-with-placeholders-data-provider-with-numeric-data-set-name-colorized.phpt
tests/end-to-end/testdox/metadata-with-placeholders-data-provider-with-string-data-set-name-colorized.phpt
tests/end-to-end/testdox/no-metadata-camel-case-colorized.phpt
tests/end-to-end/testdox/no-metadata-camel-case-verbose-colorized.phpt
tests/end-to-end/testdox/no-metadata-snake-case-colorized.phpt
tests/end-to-end/testdox/no-metadata-snake-case-verbose-colorized.phpt
tests/unit/Framework/Assert/FunctionsTest.php
tests/unit/Framework/AssertTest.php
tests/unit/Framework/Constraint/ArrayHasKeyTest.php
tests/unit/Framework/Constraint/BinaryOperatorTestCase.php
tests/unit/Framework/Constraint/ClassHasAttributeTest.php
tests/unit/Framework/Constraint/ClassHasStaticAttributeTest.php
tests/unit/Framework/Constraint/ConstraintTest.php
tests/unit/Framework/Constraint/ConstraintTestCase.php
tests/unit/Framework/Constraint/CountTest.php
tests/unit/Framework/Constraint/DirectoryExistsTest.php
tests/unit/Framework/Constraint/ExceptionCodeTest.php
tests/unit/Framework/Constraint/FileExistsTest.php
tests/unit/Framework/Constraint/GreaterThanTest.php
tests/unit/Framework/Constraint/IsEmptyTest.php
tests/unit/Framework/Constraint/IsEqualTest.php
tests/unit/Framework/Constraint/IsIdenticalTest.php
tests/unit/Framework/Constraint/IsInstanceOfTest.php
tests/unit/Framework/Constraint/IsJsonTest.php
tests/unit/Framework/Constraint/IsNullTest.php
tests/unit/Framework/Constraint/IsReadableTest.php
tests/unit/Framework/Constraint/IsTypeTest.php
tests/unit/Framework/Constraint/IsWritableTest.php
tests/unit/Framework/Constraint/JsonMatchesErrorMessageProviderTest.php
tests/unit/Framework/Constraint/JsonMatchesTest.php
tests/unit/Framework/Constraint/LessThanTest.php
tests/unit/Framework/Constraint/LogicalExpressionsTest.php
tests/unit/Framework/Constraint/LogicalNotTest.php
tests/unit/Framework/Constraint/ObjectHasAttributeTest.php
tests/unit/Framework/Constraint/ObjectHasPropertyTest.php
tests/unit/Framework/Constraint/OperatorTestCase.php
tests/unit/Framework/Constraint/RegularExpressionTest.php
tests/unit/Framework/Constraint/SameSizeTest.php
tests/unit/Framework/Constraint/StringContainsTest.php
tests/unit/Framework/Constraint/StringEndsWithTest.php
tests/unit/Framework/Constraint/StringStartsWithTest.php
tests/unit/Framework/Constraint/UnaryOperatorTestCase.php
tests/unit/Framework/ConstraintTest.php
tests/unit/Framework/ExceptionWrapperTest.php
tests/unit/Framework/ExecutionOrderDependencyTest.php
tests/unit/Framework/IncompleteTestCaseTest.php
tests/unit/Framework/MockObject/Builder/InvocationMockerTest.php
tests/unit/Framework/MockObject/ConfigurableMethodTest.php
tests/unit/Framework/MockObject/GeneratorTest.php
tests/unit/Framework/MockObject/Matcher/ConsecutiveParametersTest.php
tests/unit/Framework/MockObject/MatcherTest.php
tests/unit/Framework/MockObject/MockBuilderTest.php
tests/unit/Framework/MockObject/MockMethodTest.php
tests/unit/Framework/MockObject/MockObjectTest.php
tests/unit/Framework/MockObject/ProxyObjectTest.php
tests/unit/Framework/SkippedTestCaseTest.php
tests/unit/Framework/TestCaseTest.php
tests/unit/Framework/TestSuiteTest.php
tests/unit/Runner/PhptTestCaseTest.php
tests/unit/Runner/TestSuiteSorterTest.php
tests/unit/TextUI/MigrationTest.php
tests/unit/TextUI/XmlConfigurationTest.php
tests/unit/Util/Annotation/RegistryTest.php
tests/unit/Util/ConfigurationGeneratorTest.php
tests/unit/Util/GlobalStateTest.php
tests/unit/Util/JsonTest.php
tests/unit/Util/TestClassTest.php
tests/unit/Util/XDebugFilterScriptGeneratorTest.php
tests/unit/Util/Xml/SchemaFinderTest.php
tests/unit/Util/Xml/ValidatorTest.php
tests/unit/Util/XmlTest.php
tools/composer
tools/php-cs-fixer
tools/php-scoper
tools/phpab
tools/psalm

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:


This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@violinist-bot