Testing Laravel 5.5+ & Test-Driven Development
Testing code manually sucks. Most of the time you have to create the required state of data in a database manually, perform the required actions under the required conditions in a browser, and then re-create the state and conditions again and again until...