gammamatrix / playground-test
Playground: A test helper for Playground Laravel packages.
Installs: 1 161
Dependents: 26
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^8.2
- brianium/paratest: ^7.4
- fakerphp/faker: ^1.23
- friendsofphp/php-cs-fixer: ^3.41
- gammamatrix/playground: *
- larastan/larastan: ^2.0
- laravel/sanctum: ^4.0
- nunomaduro/collision: ^8.0
- orchestra/testbench: 9.*
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^11.0
- timacdonald/log-fake: ^2.2
This package is auto-updated.
Last update: 2025-03-01 00:41:01 UTC
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.