Skip to content

[UNMAINTAINED] Extension for PHPSPEC. Find out which classes are no specification.

License

Notifications You must be signed in to change notification settings

smart-gamma/PhpSpecWellDoneExtension

This branch is 2 commits ahead of KnpLabs/PhpSpecWellDoneExtension:master.

Repository files navigation

KnpLabs - PHPSPEC WellDone Extension

Build Status Scrutinizer Quality Score

Installation

php composer.phar require knplabs/phpspec-welldone-extension dev-master

Configuration

#phpspec.yml
extensions:
    - Knp\PhpSpec\WellDone\Extension

Usage

./bin/phpspec status

Add exclusion (via phpspec.yml)

#phpspec.yml
knp.welldone.exclusion:
    - "*Controller"
    - "App\Entity\*"

extensions:
    - Knp\PhpSpec\WellDone\Extension

Add exclusion (via command)

./bin/phpspec status -e "*Controller, App\Entity\*"

With command, yml parameter will be overwrite.

About

[UNMAINTAINED] Extension for PHPSPEC. Find out which classes are no specification.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%