2017 © Pedro Peláez
 

library phpspec-welldone-extension

Extension for PHPSPEC. Find out which classes are not specified.

image

knplabs/phpspec-welldone-extension

Extension for PHPSPEC. Find out which classes are not specified.

  • Friday, October 2, 2015
  • by Knplabs
  • Repository
  • 26 Watchers
  • 7 Stars
  • 16,735 Installations
  • PHP
  • 12 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

KnpLabs - PHPSPEC WellDone Extension

Build Status Scrutinizer Quality Score, (*1)

Installation, (*2)

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

Configuration, (*3)

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

Usage, (*4)

./bin/phpspec status

Add exclusion (via phpspec.yml), (*5)

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

extensions:
    - Knp\PhpSpec\WellDone\Extension

Add exclusion (via command), (*6)

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

With command, yml parameter will be overwrite., (*7)

The Versions

02/10 2015

dev-master

9999999-dev

Extension for PHPSPEC. Find out which classes are not specified.

  Sources   Download

MIT

The Requires

 

02/10 2015

v1.0.0

1.0.0.0

Extension for PHPSPEC. Find out which classes are not specified.

  Sources   Download

MIT

The Requires