graham-campbell / testbench-core
TestBench Core Provides Some Testing Functionality For Laravel
Fund package maintenance!
GrahamCampbell
Tidelift
Installs: 499 248
Dependents: 16
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4.15 || ^8.0.2
- symfony/polyfill-php80: ^1.26
Requires (Dev)
- graham-campbell/analyzer: ^4.1
- phpunit/phpunit: ^9.5 || ^10.1
Suggests
- illuminate/support: Required to use the laravel trait.
- mockery/mockery: Required to use the mockery trait.
- phpunit/phpunit: Required to use the most of the features.
This package is auto-updated.
Last update: 2024-10-17 23:27:42 UTC
README
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.
Installation
This version requires PHP 7.4-8.3 and supports PHPUnit 9-10 and Laravel 8-11. PHPUnit 11 is intentionally not supported at this time due to PHPUnit's volatility across minor releases. We would highly recommend sticking with PHPUnit 10 at this time.
To get the latest version, simply require the project using Composer:
$ composer require "graham-campbell/testbench-core:^4.1" --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.
Configuration
Laravel TestBench Core 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 security@tidelift.com. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
License
Laravel TestBench Core is licensed under The MIT License (MIT).
For Enterprise
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.