gammamatrix/playground-test

Playground: A test helper for Playground Laravel packages.

dev-develop 2024-05-02 06:21 UTC

This package is auto-updated.

Last update: 2024-05-02 06:23:48 UTC


README

Playground CI Workflow Test Coverage PHPStan Level 9 src and tests

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

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.