gammamatrix/playground-test
Composer 安装命令:
composer require gammamatrix/playground-test
包简介
Playground: A test helper for Playground Laravel packages.
README 文档
README
The Playground Test package.
This package utilizes PHPUnit and Laravel-based test cases.
Installation
You can install the package via composer:
composer require --dev gammamatrix/playground-test
Configuration
You can publish the config file with:
php artisan vendor:publish --provider="Playground\Test\ServiceProvider" --tag="playground-config"
See the contents of the published config file: config/playground-test.php
Environment Variables
Information on environment variables is available on the wiki for this package
Cloc
composer cloc
➜ playground-test git:(feature/GH-34) composer cloc
> cloc --exclude-dir=output,vendor .
158 text files.
93 unique files.
66 files ignored.
github.com/AlDanial/cloc v 1.98 T=0.15 s (615.0 files/s, 67029.5 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
PHP 84 1767 2117 5473
XML 4 0 15 294
YAML 1 5 0 275
Markdown 3 35 0 88
JSON 1 0 0 67
-------------------------------------------------------------------------------
SUM: 93 1807 2132 6197
-------------------------------------------------------------------------------
PHPStan
Tests at level 9 on:
config/database/resources/src/tests/Feature/tests/Unit/
composer analyse
Coding Standards
composer format
Tests
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 1.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 26
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-24