Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
@@ -105,7 +105,7 @@ class TimesheetMultiUpdateValidatorTest extends ConstraintValidatorTestCase
|
||||
|
||||
public function testDisabledValues()
|
||||
{
|
||||
$customer = new Customer();
|
||||
$customer = new Customer('foo');
|
||||
$customer->setVisible(false);
|
||||
$activity = new Activity();
|
||||
$activity->setVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user