/**
  * @test
  */
 public function flashMessageServiceInitiallyIsEmpty()
 {
     $this->assertSame(array(), $this->flashMessageService->_get('flashMessageQueues'));
 }