/**
  * @depends testToJson
  */
 public function testShowWarningContainer(\Krucas\Notification\NotificationsBag $bag)
 {
     $this->assertContains('<div class="alert alert-warning">w m</div>', $bag->showWarning());
     return $bag;
 }