Laravel is currently the most popular PHP framework. This guide will show how to create a Continuous Delivery pipeline in Buddy for an application built with Laravel.
Starting with v5.3, Laravel supports three types of tests: You will learn how to write tests for each type of tests on an example of a preset application: github.com/buddy-works/laravel-first-steps.
Go to your terminal and execute this command in the directory with your Laravel project: This will create a file tests/Unit/MyFirstUnitTest.php.
For the purpose of this guide, we’ve created a Laravel project with tests already configured in the repository.