I am using Codeception for unit and functional tests. Should I test Listeners, Events, Exceptions and Providers? Does it make sense? I am still pretty new in unit testing, so I am a little lost.
You should only unit test code written by you, not provided by Laravel. Laravel classes must have their own tests written by Laravel maintainers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community