GrahamCampbell / Laravel-TestBench by graham-campbell

TestBench Provides Some Testing Functionality For Laravel
256,954
50
3
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-04-25 15:00:49
Package Statistics
Total Downloads: 256,954
Monthly Downloads: 534
Daily Downloads: 53
Total Stars: 50
Total Watchers: 3
Total Forks: 10
Total Open Issues: 0

Laravel TestBench

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

Installation

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.

Configuration

Laravel TestBench requires no configuration. Just follow the simple install instructions and go!

Usage

You may see an example of implementation in pretty much all of my Laravel packages.

Security

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.

License

Laravel TestBench is licensed under The MIT License (MIT).