Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
@@ -27,7 +27,7 @@ class CustomerStatisticEventTest extends AbstractCustomerEventTest
|
||||
|
||||
public function testStatistic()
|
||||
{
|
||||
$customer = new Customer();
|
||||
$customer = new Customer('foo');
|
||||
$statistic = new CustomerStatistic();
|
||||
$sut = new CustomerStatisticEvent($customer, $statistic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user