orchestra/testbench-core
最新稳定版本:v10.8.1
Composer 安装命令:
composer require --dev orchestra/testbench-core
包简介
Testing Helper for Laravel Development
README 文档
README
Testbench Core is a framework designed to help you write tests and interact with your Laravel package.
Version Compatibility
| Laravel | Testbench Core |
|---|---|
| 6.x | 4.x |
| 7.x | 5.x |
| 8.x | 6.x |
| 9.x | 7.x |
| 10.x | 8.x |
| 11.x | 9.x |
| 12.x | 10.x |
Usage
Testbench
It loads a Laravel application within your package repository and enables you to run artisan commands, migrations, factories, and basic routing from within your tests.
Testbench BrowserKit
It extends Testbench and allows you to interact with views using CSS selectors (form, button, link, etc.) without loading JavaScript.
Testbench Dusk
It extends Testbench and allows you to interact with views using CSS selectors (form, button, link, etc). Loading the pages using Google Chrome enables you to interact with JavaScript-powered content.
Workbench
It loads a Laravel application within your package repository and enables you to preview the package directly within the repository.
统计信息
- 总下载量: 40.35M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 271
- 点击次数: 1
- 依赖项目数: 313
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04