Update PHPStan baseline

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-04-28 14:52:27 -03:00
parent 83a57623b7
commit 11cf49e5b5
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -2640,6 +2640,11 @@ parameters:
count: 1
path: test/classes/Config/DescriptionTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with null will always evaluate to false\\.$#"
count: 1
path: test/classes/Config/FormDisplayTest.php
-
message: "#^Call to an undefined method object\\:\\:displayErrors\\(\\)\\.$#"
count: 1
@ -2670,6 +2675,21 @@ parameters:
count: 1
path: test/classes/Controllers/ExportTemplateControllerTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertFalse\\(\\) with true will always evaluate to false\\.$#"
count: 1
path: test/classes/CoreTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with \\*NEVER\\* will always evaluate to false\\.$#"
count: 1
path: test/classes/CoreTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with false will always evaluate to false\\.$#"
count: 1
path: test/classes/CoreTest.php
-
message: "#^Method PhpMyAdmin\\\\Tests\\\\CoreTest\\:\\:providerForTestPopulateRequestWithEncryptedQueryParamsWithInvalidParam\\(\\) should return array\\<array\\<array\\<string\\>\\>\\> but returns array\\<int, array\\<int, array\\<string, array\\|string\\>\\>\\>\\.$#"
count: 1
@ -2785,6 +2805,11 @@ parameters:
count: 1
path: test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertFalse\\(\\) with string will always evaluate to false\\.$#"
count: 2
path: test/classes/RelationTest.php
-
message: "#^Binary operation \"\\-\" between object and 1000 results in an error\\.$#"
count: 1