/**
  * @dataProvider unsupportedNotificationsDataProvider
  */
 public function testSupportsShouldReturnFalseOnUnsupportedNotifications($notification)
 {
     $this->assertFalse($this->handler->supports($notification));
 }