showAll() public méthode

Renders all messages.
public showAll ( null $format = null ) : string
$format null
Résultat string
 /**
  * @depends testShowAllContainers
  */
 public function testShowAllContainersWithACustomFormat(\Krucas\Notification\NotificationsBag $bag)
 {
     $this->assertContains('w m', $bag->showAll(':message'));
     return $bag;
 }