just felt the need to actually test a migration—like literally write a test for an “add_slug_columns.php” migration.
anyone else ever had this need or something similar? specially because this migration will actually put data on this new column. 🤔
Back
•
In response to @nunomaduro
On your question: I guess I will test the integirity of the db itself, make sure the column exists and the required data is is in place.