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:
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 b99d24aa1e..3b21186df8 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -8936,6 +8936,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