removeNotification() публичный Метод

public removeNotification ( )
Пример #1
0
 public function testRemoveNotification()
 {
     $message = new Message(true);
     $message->removeNotification();
     $this->assertFalse($message->getNotification());
 }