removeNotification() public method

public removeNotification ( )
Example #1
0
 public function testRemoveNotification()
 {
     $message = new Message(true);
     $message->removeNotification();
     $this->assertFalse($message->getNotification());
 }