Your message dated Sat, 12 Oct 2024 16:10:08 +0000
with message-id <[email protected]>
and subject line Bug#1070522: fixed in php-codesniffer 3.10.3-2
has caused the Debian Bug report #1070522,
regarding php-codesniffer: FTBFS with phpunit 11: There were 76 PHPUnit errors
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1070522: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070522
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-codesniffer
Version: 3.7.2-2
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: phpunit11
Hi,
phpunit 11 is out and is now available in experimental. During a test rebuild,
php-codesniffer was found to fail to build with this new phpunit version.
To reproduce this locally, you need to install phpunit from experimental on an
unstable system or build chroot.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> cd PHP_CodeSniffer-* && phpunit tests
> PHPUnit 11.1.2 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.2.18
> Configuration: /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/phpunit.xml.dist
>
> ............................................................... 63 / 186 (
> 33%)
> ............................................................... 126 / 186 (
> 67%)
> ..........S................................................. 186 / 186
> (100%)
>
> Time: 00:00.117, Memory: 20.00 MB
>
> There were 76 PHPUnit errors:
>
> 1) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressError
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressError is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataSuppressError() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:34
>
> 2) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressSomeErrors
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressSomeErrors is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataSuppressSomeErrors() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:167
>
> 3) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressWarning
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressWarning is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataSuppressWarning() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:260
>
> 4) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressLine
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressLine is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataSuppressLine() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:345
>
> 5) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testNestedSuppressLine
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testNestedSuppressLine is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataNestedSuppressLine() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:495
>
> 6) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressScope
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressScope is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataSuppressScope() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:586
>
> 7) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressFile
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testSuppressFile is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataSuppressFile() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:684
>
> 8) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testDisableSelected
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testDisableSelected is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataDisableSelected() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:779
>
> 9) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testEnableSelected
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testEnableSelected is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataEnableSelected() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:891
>
> 10) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testIgnoreSelected
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testIgnoreSelected is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataIgnoreSelected() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:1066
>
> 11) PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testCommenting
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::testCommenting is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\ErrorSuppressionTest::dataCommenting() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/ErrorSuppressionTest.php:1158
>
> 12)
> PHP_CodeSniffer\Tests\Core\File\FindExtendedClassNameTest::testFindExtendedClassName
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\File\FindExtendedClassNameTest::testFindExtendedClassName
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\File\FindExtendedClassNameTest::dataExtendedClass()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/File/FindExtendedClassNameTest.php:29
>
> 13)
> PHP_CodeSniffer\Tests\Core\File\FindImplementedInterfaceNamesTest::testFindImplementedInterfaceNames
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\File\FindImplementedInterfaceNamesTest::testFindImplementedInterfaceNames
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\File\FindImplementedInterfaceNamesTest::dataImplementedInterface()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/File/FindImplementedInterfaceNamesTest.php:28
>
> 14)
> PHP_CodeSniffer\Tests\Core\File\GetMemberPropertiesTest::testGetMemberProperties
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\File\GetMemberPropertiesTest::testGetMemberProperties
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\File\GetMemberPropertiesTest::dataGetMemberProperties()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/File/GetMemberPropertiesTest.php:28
>
> 15)
> PHP_CodeSniffer\Tests\Core\File\GetMemberPropertiesTest::testNotClassPropertyException
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\File\GetMemberPropertiesTest::testNotClassPropertyException
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\File\GetMemberPropertiesTest::dataNotClassProperty()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/File/GetMemberPropertiesTest.php:830
>
> 16) PHP_CodeSniffer\Tests\Core\File\IsReferenceTest::testIsReference
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\File\IsReferenceTest::testIsReference is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\File\IsReferenceTest::dataIsReference() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/File/IsReferenceTest.php:28
>
> 17) PHP_CodeSniffer\Tests\Core\Filters\Filter\AcceptTest::testExcludePatterns
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Filters\Filter\AcceptTest::testExcludePatterns is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Filters\Filter\AcceptTest::dataExcludePatterns()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Filters/Filter/AcceptTest.php:82
>
> 18)
> PHP_CodeSniffer\Tests\Core\Ruleset\RuleInclusionTest::testRegisteredSniffCodes
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Ruleset\RuleInclusionTest::testRegisteredSniffCodes
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Ruleset\RuleInclusionTest::dataRegisteredSniffCodes()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Ruleset/RuleInclusionTest.php:132
>
> 19)
> PHP_CodeSniffer\Tests\Core\Ruleset\RuleInclusionTest::testSettingProperties
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Ruleset\RuleInclusionTest::testSettingProperties
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Ruleset\RuleInclusionTest::dataSettingProperties()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Ruleset/RuleInclusionTest.php:223
>
> 20)
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::testAnonClassNoParentheses
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::testAnonClassNoParentheses
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::dataAnonClassNoParentheses()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/AnonClassParenthesisOwnerTest.php:28
>
> 21)
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::testAnonClassNoParenthesesNextOpenClose
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::testAnonClassNoParenthesesNextOpenClose
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::dataAnonClassNoParentheses()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/AnonClassParenthesisOwnerTest.php:51
>
> 22)
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::testAnonClassWithParentheses
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::testAnonClassWithParentheses
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest::dataAnonClassWithParentheses()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/AnonClassParenthesisOwnerTest.php:96
>
> 23) PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::testArrayKeyword
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::testArrayKeyword is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::dataArrayKeyword() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ArrayKeywordTest.php:30
>
> 24) PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::testArrayType
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::testArrayType is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::dataArrayType() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ArrayKeywordTest.php:82
>
> 25) PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::testNotArrayKeyword
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::testNotArrayKeyword is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest::dataNotArrayKeyword()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ArrayKeywordTest.php:133
>
> 26) PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::testAttribute
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::testAttribute is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::dataAttribute() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/AttributesTest.php:32
>
> 27)
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::testAttributeOnParameters
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::testAttributeOnParameters
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::dataAttributeOnParameters()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/AttributesTest.php:306
>
> 28)
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::testAttributeContainingTextLookingLikeCloseTag
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::testAttributeContainingTextLookingLikeCloseTag
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\AttributesTest::dataAttributeOnTextLookingLikeCloseTag()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/AttributesTest.php:411
>
> 29) PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest::testEnums
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest::testEnums is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest::dataEnums() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillEnumTest.php:31
>
> 30) PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest::testNotEnums
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest::testNotEnums is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest::dataNotEnums() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillEnumTest.php:139
>
> 31)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillExplicitOctalNotationTest::testExplicitOctalNotation
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillExplicitOctalNotationTest::testExplicitOctalNotation
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillExplicitOctalNotationTest::dataExplicitOctalNotation()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillExplicitOctalNotationTest.php:31
>
> 32) PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillFnTokenTest::testInMatchValue
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillFnTokenTest::testInMatchValue is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillFnTokenTest::dataInMatchValue()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillFnTokenTest.php:564
>
> 33)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillFnTokenTest::testNotAnArrowFunction
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillFnTokenTest::testNotAnArrowFunction
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillFnTokenTest::dataNotAnArrowFunction()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillFnTokenTest.php:648
>
> 34)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testMatchExpression
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testMatchExpression
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::dataMatchExpression()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillMatchTokenTest.php:33
>
> 35)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testNotAMatchStructure
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testNotAMatchStructure
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::dataNotAMatchStructure()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillMatchTokenTest.php:214
>
> 36)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testSwitchExpression
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testSwitchExpression
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::dataSwitchExpression()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillMatchTokenTest.php:332
>
> 37)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testSwitchCaseVersusMatch
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::testSwitchCaseVersusMatch
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest::dataSwitchCaseVersusMatch()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillMatchTokenTest.php:386
>
> 38)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest::testBackfill
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest::testBackfill
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest::dataTestBackfill()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php:28
>
> 39)
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest::testNoBackfill
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest::testNoBackfill
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest::dataNoBackfill()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php:173
>
> 40) PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest::testReadonly
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest::testReadonly is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest::dataReadonly() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillReadonlyTest.php:29
>
> 41) PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest::testNotReadonly
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest::testNotReadonly is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest::dataNotReadonly()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BackfillReadonlyTest.php:174
>
> 42) PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest::testBitwiseOr
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest::testBitwiseOr is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest::dataBitwiseOr() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BitwiseOrTest.php:28
>
> 43) PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest::testTypeUnion
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest::testTypeUnion is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest::dataTypeUnion() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/BitwiseOrTest.php:79
>
> 44)
> PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest::testStrings
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest::testStrings
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest::dataStrings()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ContextSensitiveKeywordsTest.php:29
>
> 45)
> PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest::testKeywords
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest::testKeywords
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest::dataKeywords()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ContextSensitiveKeywordsTest.php:147
>
> 46) PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::testMatchDefault
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::testMatchDefault is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::dataMatchDefault()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DefaultKeywordTest.php:34
>
> 47) PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::testSwitchDefault
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::testSwitchDefault is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::dataSwitchDefault()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DefaultKeywordTest.php:114
>
> 48)
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::testNotDefaultKeyword
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::testNotDefaultKeyword
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DefaultKeywordTest::dataNotDefaultKeyword()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DefaultKeywordTest.php:225
>
> 49) PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::testDoubleArrow
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::testDoubleArrow is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::dataDoubleArrow() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DoubleArrowTest.php:30
>
> 50) PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::testMatchArrow
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::testMatchArrow is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::dataMatchArrow() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DoubleArrowTest.php:115
>
> 51) PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::testFnArrow
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::testFnArrow is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest::dataFnArrow() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DoubleArrowTest.php:202
>
> 52)
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleQuotedStringTest::testDoubleQuotedString
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleQuotedStringTest::testDoubleQuotedString
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleQuotedStringTest::dataDoubleQuotedString()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/DoubleQuotedStringTest.php:30
>
> 53) PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::testEnumCases
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::testEnumCases is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::dataEnumCases() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/EnumCaseTest.php:29
>
> 54) PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::testNotEnumCases
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::testNotEnumCases is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::dataNotEnumCases() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/EnumCaseTest.php:78
>
> 55)
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::testKeywordAsEnumCaseNameShouldBeString
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::testKeywordAsEnumCaseNameShouldBeString
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest::dataKeywordAsEnumCaseNameShouldBeString()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/EnumCaseTest.php:126
>
> 56) PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest::testFinallyKeyword
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest::testFinallyKeyword is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest::dataFinallyKeyword() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/FinallyTest.php:28
>
> 57) PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest::testFinallyNonKeyword
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest::testFinallyNonKeyword is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest::dataFinallyNonKeyword() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/FinallyTest.php:67
>
> 58) PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::testGotoStatement
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::testGotoStatement is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::dataGotoStatement() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/GotoLabelTest.php:29
>
> 59) PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::testGotoDeclaration
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::testGotoDeclaration is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::dataGotoDeclaration() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/GotoLabelTest.php:75
>
> 60)
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::testNotAGotoDeclaration
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::testNotAGotoDeclaration
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest::dataNotAGotoDeclaration()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/GotoLabelTest.php:121
>
> 61)
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocNowdocCloserTest::testHeredocNowdocCloserTabReplacement
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocNowdocCloserTest::testHeredocNowdocCloserTabReplacement
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocNowdocCloserTest::dataHeredocNowdocCloserTabReplacement()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/HeredocNowdocCloserTest.php:68
>
> 62) PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest::testHeredocString
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest::testHeredocString is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest::dataHeredocString()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/HeredocStringTest.php:30
>
> 63)
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest::testHeredocStringWrapped
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest::testHeredocStringWrapped
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest::dataHeredocString()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/HeredocStringTest.php:51
>
> 64)
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::testNamedFunctionCallArguments
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::testNamedFunctionCallArguments
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::dataNamedFunctionCallArguments()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/NamedFunctionCallArgumentsTest.php:31
>
> 65)
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::testOtherTstringInFunctionCall
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::testOtherTstringInFunctionCall
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::dataOtherTstringInFunctionCall()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/NamedFunctionCallArgumentsTest.php:272
>
> 66)
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::testReservedKeywordsAsName
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::testReservedKeywordsAsName
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\NamedFunctionCallArgumentsTest::dataReservedKeywordsAsName()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/NamedFunctionCallArgumentsTest.php:704
>
> 67)
> PHP_CodeSniffer\Tests\Core\Tokenizer\NullsafeObjectOperatorTest::testNullsafeObjectOperator
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\NullsafeObjectOperatorTest::testNullsafeObjectOperator
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\NullsafeObjectOperatorTest::dataNullsafeObjectOperator()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/NullsafeObjectOperatorTest.php:58
>
> 68)
> PHP_CodeSniffer\Tests\Core\Tokenizer\NullsafeObjectOperatorTest::testTernaryThen
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\NullsafeObjectOperatorTest::testTernaryThen
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\NullsafeObjectOperatorTest::dataTernaryThen()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/NullsafeObjectOperatorTest.php:98
>
> 69)
> PHP_CodeSniffer\Tests\Core\Tokenizer\ScopeSettingWithNamespaceOperatorTest::testScopeSetting
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ScopeSettingWithNamespaceOperatorTest::testScopeSetting
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ScopeSettingWithNamespaceOperatorTest::dataScopeSetting()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ScopeSettingWithNamespaceOperatorTest.php:31
>
> 70) PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest::testSquareBrackets
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest::testSquareBrackets is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest::dataSquareBrackets() is
> not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ShortArrayTest.php:28
>
> 71) PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest::testShortArrays
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest::testShortArrays is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest::dataShortArrays() is not
> static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/ShortArrayTest.php:93
>
> 72)
> PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceTest::testCommentTokenization
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceTest::testCommentTokenization
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceTest::dataCommentTokenization()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/StableCommentWhitespaceTest.php:36
>
> 73)
> PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceWinTest::testCommentTokenization
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceWinTest::testCommentTokenization
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceWinTest::dataCommentTokenization()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/StableCommentWhitespaceWinTest.php:33
>
> 74) PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest::testBitwiseAnd
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest::testBitwiseAnd is
> invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest::dataBitwiseAnd()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/TypeIntersectionTest.php:29
>
> 75)
> PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest::testTypeIntersection
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest::testTypeIntersection
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest::dataTypeIntersection()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/TypeIntersectionTest.php:82
>
> 76)
> PHP_CodeSniffer\Tests\Core\Tokenizer\UndoNamespacedNameSingleTokenTest::testIdentifierTokenization
> The data provider specified for
> PHP_CodeSniffer\Tests\Core\Tokenizer\UndoNamespacedNameSingleTokenTest::testIdentifierTokenization
> is invalid
> Data Provider method
> PHP_CodeSniffer\Tests\Core\Tokenizer\UndoNamespacedNameSingleTokenTest::dataIdentifierTokenization()
> is not static
>
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/Tokenizer/UndoNamespacedNameSingleTokenTest.php:39
>
> --
>
> There were 28 PHPUnit test runner warnings:
>
> 1) Class PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest declared in
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Core/AbstractMethodUnitTest.php
> is abstract
>
> 2) No tests found in class
> "PHP_CodeSniffer\Tests\Core\File\FindExtendedClassNameTest".
>
> 3) No tests found in class
> "PHP_CodeSniffer\Tests\Core\File\FindImplementedInterfaceNamesTest".
>
> 4) No tests found in class "PHP_CodeSniffer\Tests\Core\File\IsReferenceTest".
>
> 5) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Filters\Filter\AcceptTest".
>
> 6) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\AnonClassParenthesisOwnerTest".
>
> 7) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\ArrayKeywordTest".
>
> 8) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillEnumTest".
>
> 9) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillExplicitOctalNotationTest".
>
> 10) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillMatchTokenTest".
>
> 11) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillNumericSeparatorTest".
>
> 12) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\BackfillReadonlyTest".
>
> 13) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\BitwiseOrTest".
>
> 14) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\ContextSensitiveKeywordsTest".
>
> 15) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleArrowTest".
>
> 16) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\DoubleQuotedStringTest".
>
> 17) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\EnumCaseTest".
>
> 18) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\FinallyTest".
>
> 19) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\GotoLabelTest".
>
> 20) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocNowdocCloserTest".
>
> 21) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\HeredocStringTest".
>
> 22) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\ScopeSettingWithNamespaceOperatorTest".
>
> 23) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\ShortArrayTest".
>
> 24) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceTest".
>
> 25) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\StableCommentWhitespaceWinTest".
>
> 26) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\TypeIntersectionTest".
>
> 27) No tests found in class
> "PHP_CodeSniffer\Tests\Core\Tokenizer\UndoNamespacedNameSingleTokenTest".
>
> 28) Class PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest declared in
> /<<PKGBUILDDIR>>/PHP_CodeSniffer-3.7.2/tests/Standards/AbstractSniffUnitTest.php
> is abstract
>
> --
>
> There were 118 PHPUnit test runner deprecations:
>
...
>
> ERRORS!
> Tests: 186, Assertions: 1346, Errors: 76, Warnings: 28, Deprecations: 118,
> Skipped: 1.
> make[1]: *** [debian/rules:13: override_dh_auto_test] Error 2
The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/0/php-codesniffer/php-codesniffer_3.7.2-2+rebuild1714365584_amd64-2024-04-29T04:39:45Z.build
--- End Message ---
--- Begin Message ---
Source: php-codesniffer
Source-Version: 3.10.3-2
Done: David Prévot <[email protected]>
We believe that the bug you reported is fixed in the latest version of
php-codesniffer, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Prévot <[email protected]> (supplier of updated php-codesniffer package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 12 Oct 2024 16:24:13 +0100
Source: php-codesniffer
Architecture: source
Version: 3.10.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1070522
Changes:
php-codesniffer (3.10.3-2) unstable; urgency=medium
.
* Adapt tests to PHPUnit 11 (Closes: #1070522)
Checksums-Sha1:
ebcff54d8b91a3857e72df5ea9a133f5b92d32a5 1792 php-codesniffer_3.10.3-2.dsc
8fb8c8cc2fd6df084e7aba834295ecf80f1121e8 25672
php-codesniffer_3.10.3-2.debian.tar.xz
24e2eed69b9879f7bf2464aae7592c95be733092 7349
php-codesniffer_3.10.3-2_amd64.buildinfo
Checksums-Sha256:
c685d5c8d94e2643db489aa733a2b9f753b13b92f4ddc082658e8167bf72a3c2 1792
php-codesniffer_3.10.3-2.dsc
733b4141dba3057073b025d0e6a9cdbe0bc9dc3e7c57d62db685d34aabfb4cdf 25672
php-codesniffer_3.10.3-2.debian.tar.xz
da12f3f820b45a221b553dc6ce4420b09185f8620fa7d31ce0295ef2d235d2f0 7349
php-codesniffer_3.10.3-2_amd64.buildinfo
Files:
c5a09e2011f94b11b69dcbbfc1f47078 1792 php optional php-codesniffer_3.10.3-2.dsc
f78ceab87f09d3054ddd0ac96a0e23cf 25672 php optional
php-codesniffer_3.10.3-2.debian.tar.xz
eb5766c1d39b01f977b4e74e1f16b9a4 7349 php optional
php-codesniffer_3.10.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmcKmA8SHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08x8oH/23h5/hP8bPAo6LG0/ptDYaco8wiHd2J
P9hPU58rtlWFnGS6maKHukaUUYoy5nECkSJ4RUmTXHqUQzma0SNK8GMveL2JGQsq
pcWRSyUe4cH0QQ/ldX0VTKtMnzkC31PgaqR3zbhzu5Nzf8wZxamtgxENTmYTL8Dv
wuREaeXLxtSmyFoo8xutN6fMyWL7com/1zoAg47dPLWFmli4orDKTPcpurNpJwVW
gvGUFbamx7D7ar0RRXK72ccDe8rbF/vkBUFuA4gn0lAgwy2loadd6VLkSE/GkWV9
xJ/tYZilncrxTHeZmc0VP9IF8Mh9fvqoKBgfyAjNFhKMA/banD68J3U=
=td/X
-----END PGP SIGNATURE-----
pgplgzXkjGkYh.pgp
Description: PGP signature
--- End Message ---