Release 2.12 (#4609)
This commit is contained in:
@@ -16,7 +16,7 @@ use App\EventSubscriber\Actions\CustomerSubscriber;
|
||||
*/
|
||||
class CustomerSubscriberTest extends AbstractActionsSubscriberTest
|
||||
{
|
||||
public function testEventName()
|
||||
public function testEventName(): void
|
||||
{
|
||||
$this->assertGetSubscribedEvent(CustomerSubscriber::class, 'customer');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user