Skip to content

Commit

Permalink
Update PHPUnit baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 31, 2022
1 parent cb42315 commit a9b1536
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions e2e/integration/phpunit-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,11 @@ parameters:
count: 1
path: repo/src/Framework/MockObject/Rule/Parameters.php

-
message: "#^Property PHPUnit\\\\Framework\\\\MockObject\\\\Rule\\\\Parameters\\:\\:\\$invocation is never read, only written\\.$#"
count: 1
path: repo/src/Framework/MockObject/Rule/Parameters.php

-
message: "#^Property PHPUnit\\\\Framework\\\\MockObject\\\\Rule\\\\Parameters\\:\\:\\$parameterVerificationResult \\(bool\\|PHPUnit\\\\Framework\\\\ExpectationFailedException\\) does not accept null\\.$#"
count: 1
Expand All @@ -1610,6 +1615,11 @@ parameters:
count: 1
path: repo/src/Framework/MockObject/Rule/Parameters.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: repo/src/Framework/MockObject/Rule/Parameters.php

-
message: "#^Method PHPUnit\\\\Framework\\\\MockObject\\\\Stub\\\\ConsecutiveCalls\\:\\:__construct\\(\\) has parameter \\$stack with no value type specified in iterable type array\\.$#"
count: 1
Expand Down Expand Up @@ -5470,9 +5480,14 @@ parameters:
count: 1
path: repo/tests/_files/mock-object/AnotherClassUsingConfigurableMethods.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: repo/tests/_files/mock-object/AnotherClassUsingConfigurableMethods.php

-
message: "#^Unsafe access to private property PHPUnit\\\\TestFixture\\\\MockObject\\\\AnotherClassUsingConfigurableMethods\\:\\:\\$__phpunit_configurableMethods through static\\:\\:\\.$#"
count: 4
count: 3
path: repo/tests/_files/mock-object/AnotherClassUsingConfigurableMethods.php

-
Expand All @@ -5495,9 +5510,14 @@ parameters:
count: 1
path: repo/tests/_files/mock-object/ClassUsingConfigurableMethods.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: repo/tests/_files/mock-object/ClassUsingConfigurableMethods.php

-
message: "#^Unsafe access to private property PHPUnit\\\\TestFixture\\\\MockObject\\\\ClassUsingConfigurableMethods\\:\\:\\$__phpunit_configurableMethods through static\\:\\:\\.$#"
count: 4
count: 3
path: repo/tests/_files/mock-object/ClassUsingConfigurableMethods.php

-
Expand All @@ -5520,9 +5540,14 @@ parameters:
count: 1
path: repo/tests/_files/mock-object/MockClassWithConfigurableMethods.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: repo/tests/_files/mock-object/MockClassWithConfigurableMethods.php

-
message: "#^Unsafe access to private property PHPUnit\\\\TestFixture\\\\MockObject\\\\MockClassWithConfigurableMethods\\:\\:\\$__phpunit_configurableMethods through static\\:\\:\\.$#"
count: 4
count: 3
path: repo/tests/_files/mock-object/MockClassWithConfigurableMethods.php

-
Expand All @@ -5540,9 +5565,14 @@ parameters:
count: 1
path: repo/tests/_files/mock-object/ReinitializeConfigurableMethods.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: repo/tests/_files/mock-object/ReinitializeConfigurableMethods.php

-
message: "#^Unsafe access to private property PHPUnit\\\\TestFixture\\\\MockObject\\\\ReinitializeConfigurableMethods\\:\\:\\$__phpunit_configurableMethods through static\\:\\:\\.$#"
count: 3
count: 2
path: repo/tests/_files/mock-object/ReinitializeConfigurableMethods.php

-
Expand Down

0 comments on commit a9b1536

Please sign in to comment.