Unit Testing Translation Strings in Laravel
– www.leonelngande.com - submitted by Leonel Elimpe
If your Laravel app uses multiple locales, it can get tedious keeping track of translation strings that are yet to be added to appropriate translation files. To automatically make checks so we know when a translation string is missing, unit tests can be added.
Read more [www.leonelngande.com]