fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-25 15:13:24 +00:00
parent 45a1771a1e
commit 2ad68a0c2a
2 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,7 @@ 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.*#' message: '#.*Instantiated class .*WorkflowController not found.*#'
path: *pdf.php path: *pdf.php
- -
message: '#.*Constant PDF_.*#' message: '#.*Constant PDF_.*#'

View File

@ -64,6 +64,7 @@ return static function (RectorConfig $rectorConfig) : void {
$base . '/Build', $base . '/Build',
$base . '/MainRepository', $base . '/MainRepository',
$base . '/Resources', $base . '/Resources',
$base . '/Admin/Install/Application',
SimplifyEmptyCheckOnEmptyArrayRector::class, SimplifyEmptyCheckOnEmptyArrayRector::class,
FlipTypeControlToUseExclusiveTypeRector::class, FlipTypeControlToUseExclusiveTypeRector::class,
UnusedForeachValueToArrayKeysRector::class, UnusedForeachValueToArrayKeysRector::class,