Testing
- Packages:
- phpunit - The PHP Unit Testing framework
- Mockery | Docs - Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL)
- testbench - Laravel Unit Testing Helper
- testing - Model and controller PHPUnit test helpers
- TestDummy - Easy factories for PHP integration testing
- Laravel-4-Test-Generator - Easy factories for PHP integration testing
- testcases-laravel - Some classes to help write tests for laravel 4 applications
- woodling - Easy to use fixtures for your models. Requires no configuration on your side, leverages your code to do all the work
- Faker - Faker is a PHP library that generates fake data for you
- factory-muffin - Enables the rapid creation of objects for testing
- fake2db - create test databases that are populated with fake data
- Laravel-4-Test-Generator - Laravel 4 Test Generator
- laravel-slow-test - Showing tests that are very slow to running
- phpspec-laravel - Test your Laravel applications with PhpSpec
- php.tools - Tooling for PHP - testing, code coverage and formatting
- http-mock - Mock HTTP requests on the server side in your PHP unit tests
- frontend-test-suite - People don't give love to automated testing of the frontend
- janitor - Dust off your Laravel applications
- PHP_CodeSniffer - Tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards
- JS Libraries
- CasperJS - is a navigation scripting & testing utility for PhantomJS and SlimerJS written in Javascript
- Tutorial: