2017 © Pedro Peláez
 

library phpspec-skip-work-in-progress-extension

Skips PhpSpec examples & specs that are tagged as a work-in-progress.

image

brunty/phpspec-skip-work-in-progress-extension

Skips PhpSpec examples & specs that are tagged as a work-in-progress.

  • Friday, December 16, 2016
  • by Brunty
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PhpSpec Work In Progress Extension

Build Status SensioLabsInsight, (*1)

Compatibility

PhpSpec 3.0 and above, (*2)

Install

Run the following command:, (*3)

$ composer require brunty/phpspec-skip-work-in-progress-extension

Usage

Add a @wip annotation to a docblock for the example you're working on., (*4)

class MultiplierSpec extends ObjectBehavior
{
    /**
     * This will be skipped as the example is marked as work-in-progress
     *
     * @wip
     */
    function it_multiplies_two_numbers_together()
    {
    }

    // This will not be skipped as the example and spec are not marked as work-in-progress
    function it_multiplies_three_numbers_together()
    {
    }
}

Contributing

Although this project is small, openness and inclusivity are taken seriously. To that end the following code of conduct has been adopted., (*5)

Contributor Code of Conduct, (*6)

The Versions

16/12 2016

dev-master

9999999-dev

Skips PhpSpec examples & specs that are tagged as a work-in-progress.

  Sources   Download

MIT

The Requires

 

07/12 2016

dev-feature/add-travis

dev-feature/add-travis http://github.com/ciaranmcnulty/behat-stepthroughextension

Extension for behat to help debug failing scenarios

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd tdd behat

31/10 2016

v0.1.0

0.1.0.0

Skips PhpSpec examples & specs that are tagged as a work-in-progress.

  Sources   Download

MIT

The Requires