During in memory testing and using SQLite and Laravel you might encounter the following issue:
Cannot add a NOT NULL column with default value NULL
This is painful because it appears your migrations do not work properly and now your whole test suite is failing.
There are a few ways to fix this problem.
See this Stack article: