Package Data | |
---|---|
Maintainer Username: | graham-campbell |
Maintainer Contact: | hello@gjcampbell.co.uk (Graham Campbell) |
Package Create Date: | 2013-12-16 |
Package Last Update: | 2024-03-17 |
Home Page: | https://gjcampbell.co.uk |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:03:22 |
Package Statistics | |
---|---|
Total Downloads: | 260,401 |
Monthly Downloads: | 518 |
Daily Downloads: | 48 |
Total Stars: | 49 |
Total Watchers: | 3 |
Total Forks: | 9 |
Total Open Issues: | 0 |
Laravel TestBench was created by, and is maintained by Graham Campbell, and provides some testing functionality for Laravel 5. It utilises PHPUnit, Mockery, Orchestral Testbench, and the Laravel Testbench Core packages. Feel free to check out the change log, releases, license, and contribution guidelines.
Laravel TestBench requires PHP 7.1 - 7.3, and supports PHPUnit 6 - 8. This particular version supports Laravel 5.5 - 5.8 only.
To get the latest version, simply require the project using Composer:
$ composer require graham-campbell/testbench --dev
Once installed, you can extend or implement the classes in this package, or packages required by this package. The AbstractTestCase class would be a good place to start. There are no service providers to register.
Laravel TestBench requires no configuration. Just follow the simple install instructions and go!
You may see an example of implementation in pretty much all of my Laravel packages.
If you discover a security vulnerability within this package, please send an e-mail to Graham Campbell at graham@alt-three.com. All security vulnerabilities will be promptly addressed.
Laravel TestBench is licensed under The MIT License (MIT).