TestBench Core Provides Some Testing Functionality For Laravel
graham-campbell/testbench-core is a Laravel package for testbench core provides some testing functionality for laravel.
It currently has 15 GitHub stars and 710.236 downloads on Packagist (latest version v4.3.0).
Install it with composer require graham-campbell/testbench-core.
Discover more Laravel packages by graham-campbell
or browse all Laravel packages to compare alternatives.
Last updated
Laravel TestBench Core was created by, and is maintained by Graham Campbell, and provides some testing functionality for Laravel. Feel free to check out the change log, releases, security policy, license, code of conduct, and contribution guidelines.

This version requires PHP 7.4-8.5 and supports PHPUnit 9-12 and Laravel 8-13. PHPUnit 13 is not supported due to volatility across minor releases. We would highly recommend sticking with PHPUnit 12 at this time.
| TestBench Core | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 | L11 | L12 | L13 | |----------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------| | 2.0 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :x: | | 3.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | | 4.3 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| TestBench Core | PHPUnit 6 | PHPUnit 7 | PHPUnit 8 | PHPUnit 9 | PHPUnit 10 | PHPUnit 11 | PHPUnit 12 | |----------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------|--------------------| | 2.0 | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | | 3.4 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | 4.3 | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
To get the latest version, simply require the project using Composer:
$ composer require "graham-campbell/testbench-core:^4.3" --dev
Once installed, you can extend or implement the classes in this package, or packages required by this package. There are no service providers to register.
Laravel TestBench Core 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 email to [email protected]. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
Laravel TestBench Core is licensed under The MIT License (MIT).
Available as part of the Tidelift Subscription
The maintainers of graham-campbell/testbench-core 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.