Пример #1
0
 public function testGetStorageKey()
 {
     $this->assertEquals('_sf2_flashes', $this->bag->getStorageKey());
     $attributeBag = new FlashBag('test');
     $this->assertEquals('test', $attributeBag->getStorageKey());
 }