background preloader

Testing

Facebook Twitter

Tuts - Copy

Testing: Getting Started - Laravel - The PHP Framework For Web Artisans. Introduction Laravel is built with testing in mind. In fact, support for testing with PHPUnit is included out of the box and a phpunit.xml file is already setup for your application. The framework also ships with convenient helper methods that allow you to expressively test your applications. Getting Started. HTTP Tests. Browser Tests. Database. Mocking.