This commit is contained in:
Kevin Papst
2026-01-11 12:31:43 +01:00
parent 5dc054dc64
commit f2cfe593bf

View File

@@ -2495,30 +2495,3 @@ parameters:
message: "#^Parameter \\#2 \\$haystack of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertCount\\(\\) expects Countable\\|iterable, mixed given\\.$#"
count: 2
path: Widget/Type/PaginatedWorkingTimeChartTest.php
-
message: '''
#^Access to constant on deprecated class App\\Timesheet\\Util\:
use RateCalculatorMode instead$#
'''
identifier: classConstant.deprecatedClass
count: 1
path: Timesheet/UtilTest.php
-
message: '''
#^Call to method calculateRate\(\) of deprecated class App\\Timesheet\\Util\:
use RateCalculatorMode instead$#
'''
identifier: staticMethod.deprecatedClass
count: 2
path: Timesheet/UtilTest.php
-
message: '''
#^Call to method decimalizeDuration\(\) of deprecated class App\\Timesheet\\Util\:
use RateCalculatorMode instead$#
'''
identifier: staticMethod.deprecatedClass
count: 1
path: Timesheet/UtilTest.php