fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-26 03:03:30 +00:00
parent f020b7dca0
commit b434037055

View File

@ -73,6 +73,7 @@ parameters:
- '#.*refClass with generic class ReflectionClass but does not specify its types.*#' - '#.*refClass with generic class ReflectionClass but does not specify its types.*#'
- '#.*Cannot cast mixed to.*#' - '#.*Cannot cast mixed to.*#'
- '#.*Instantiated class .*\\WorkflowInstance.*#' - '#.*Instantiated class .*\\WorkflowInstance.*#'
- '#.*Instantiated class .*\\WorkflowController.*#'
- '#.*class Mpdf\\.*#' - '#.*class Mpdf\\.*#'
- '#.*unknown class .*Stripe\\.*#' - '#.*unknown class .*Stripe\\.*#'
- '#.*Instantiated class .*Stripe\\.*#' - '#.*Instantiated class .*Stripe\\.*#'
@ -87,9 +88,6 @@ parameters:
- -
message: '#.*has parameter \$con with no typehint specified#' message: '#.*has parameter \$con with no typehint specified#'
path: *Ftp/File.php path: *Ftp/File.php
-
message: '#.*Instantiated class .*WorkflowController not found.*#'
path: *pdf.php
- -
message: '#.*Constant PDF_.*#' message: '#.*Constant PDF_.*#'
path: *pdf.php path: *pdf.php