issues
search
Troopers
/
AlertifyBundle
Harmonize notifications in your Symfony app.
MIT License
48
stars
18
forks
source link
Implements tests
#54
Open
lenybernard
opened
8 years ago
lenybernard
commented
8 years ago
[x] Dependency injection (parameters and services drived by configuration)
[x] Helper (each shortcut method will correctly add what is expected in the correct FlashBag)
[x] SessionHandler (what is in session is handled as well to be transformed into some template)
[ ] Listener (on kernel.response, we correctly inject the templates into the page to show alerts ex.
https://github.com/symfony/web-profiler-bundle/blob/2.8/Tests/EventListener/WebDebugToolbarListenerTest.php
)
[ ] TwigExtension (we can render alerts directly in twig thanks to this extension)