Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed naming of test
  • Loading branch information
Miliooo committed Oct 18, 2013
commit 31de5394083f69ffbdb928a76ff58487f26726ce
2 changes: 1 addition & 1 deletion Tests/EventListener/FlashListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function testAddFlashWithNonSupportedEvent()
$this->listener->addSuccessFlash($this->event);
}

public function testAddFlashOnValidEventWithDefaultKey()
public function testAddFlashOnValidEvent()
{
$flashbagMock = $this->getMock('Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface');

Expand Down