Download the PHP package graham-campbell/testbench without Composer
On this page you can find all versions of the php package graham-campbell/testbench. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graham-campbell/testbench
More information about graham-campbell/testbench
Files in graham-campbell/testbench
Package testbench
Short Description TestBench Provides Some Testing Functionality For Laravel
License MIT
Informations about the package testbench
Laravel TestBench
Laravel TestBench was created by, and is maintained by Graham Campbell, and provides some testing functionality for Laravel. It utilises PHPUnit, Mockery, Orchestral Testbench, and the Laravel Testbench Core packages. Feel free to check out the contribution guidelines.
Installation
This version requires PHP 7.4-8.4 and supports PHPUnit 9-11 and Laravel 8-12. PHPUnit 12 is not supported due to volatility across minor releases. We would highly recommend sticking with PHPUnit 11 at this time.
TestBench | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 | L11 | L12 |
---|---|---|---|---|---|---|---|---|---|---|---|
4.0 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: |
5.7 | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
6.2 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
TestBench | PHPUnit 6 | PHPUnit 7 | PHPUnit 8 | PHPUnit 9 | PHPUnit 10 | PHPUnit 11 |
---|---|---|---|---|---|---|
4.0 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
5.7 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
6.2 | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
To get the latest version, simply require the project using Composer:
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 email to [email protected]. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
License
Laravel TestBench is licensed under The MIT License (MIT).
For Enterprise
Available as part of the Tidelift Subscription
The maintainers of graham-campbell/testbench
and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
All versions of testbench with dependencies
graham-campbell/testbench-core Version ^4.2
orchestra/testbench Version ^6.38 || ^7.35 || ^8.15 || ^9.0 || ^10.0