Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Krög <maxi_kroeg@web.de>2022-11-07 02:30:45 +0300
committerMaximilian Krög <maxi_kroeg@web.de>2022-11-07 03:57:59 +0300
commitb3498a2a5e0138730da452608878d840ebd209fe (patch)
treebdf66f15f07fce69604c1bd95c7f487c441414d6 /phpstan-baseline.neon
parent6cc701e113e9a0a6a3b1af3217bce0dd18867cf0 (diff)
Simpler PHPUnit 8 compatibility
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index fd07b47ff3..38ba64c2fa 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -8941,6 +8941,16 @@ parameters:
path: libraries/classes/ZipExtension.php
-
+ message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:assertFileDoesNotExist\\(\\)\\.$#"
+ count: 1
+ path: test/classes/AbstractTestCase.php
+
+ -
+ message: "#^Call to an undefined static method PHPUnit\\\\Framework\\\\TestCase\\:\\:assertMatchesRegularExpression\\(\\)\\.$#"
+ count: 1
+ path: test/classes/AbstractTestCase.php
+
+ -
message: "#^Method PhpMyAdmin\\\\Tests\\\\AbstractTestCase\\:\\:callFunction\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
count: 1
path: test/classes/AbstractTestCase.php