Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -195,7 +195,7 @@ class TimesheetBudgetUsedValidatorTest extends ConstraintValidatorTestCase
|
||||
$this->assertNoViolation();
|
||||
}
|
||||
|
||||
public function getViolationTestData()
|
||||
public static function getViolationTestData()
|
||||
{
|
||||
return [
|
||||
// activity: violations ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user