The Playground Test package.
This package utilizes PHPUnit and Laravel-based test cases.
You can install the package via composer:
composer require --dev gammamatrix/playground-test
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
Information on environment variables is available on the wiki for this package
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
-------------------------------------------------------------------------------
Tests at level 9 on:
config/
database/
resources/
src/
tests/Feature/
tests/Unit/
composer analyse
composer format
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.