Automating the Tests

Learn how to write tests for your code.

Introduction

Many developers skip writing automated tests either because they are not comfortable with writing tests or are overconfident about their programming abilities. While nothing can be done for the latter, this course will undoubtedly help you with the former. Complete functionality will be covered with tests to keep things sane.

Laravel provides ‘best-in-class’ testing tools and helpers to make ...