Currently, the event listeners list were determined automatically
at runtime reading the app/Listeners folder.
The intent were a drop-in for plugins systems. To be coherent with
other similar lists, like the services providers or facades ones,
we move to config/app.php this list, as the listeners key.
A test will fail if a file is forgotten to be declared.