Skip to content

gammamatrix/playground-test

Repository files navigation

Playground

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

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.

About

Provides classes, concerns, contracts and models for testing Playground Packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages