8000 added a comment in a test · symfony/symfony@6d8c53e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d8c53e

Browse files
committed
added a comment in a test
1 parent 3f7a157 commit 6d8c53e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bridge/Twig/Tests/AppVariableTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ public function testGetFlashes()
215215

216216
$this->assertEquals(
217217
array('warning' => $flashMessages['warning']),
218-
$this->appVariable->getFlashes(array('warning'))
218+
$this->appVariable->getFlashes(array('warning')),
219+
'After getting some flash types (e.g. "notice" and "error"), the rest of flash messages must remain (e.g. "warning").'
219220
);
220221
}
221222

0 commit comments

Comments
 (0)
0