2017 © Pedro Peláez
 

library phpspec-run-fqcn

PHPSpec run FQCN extension - Run a spec by its FQCN

image

mike182uk/phpspec-run-fqcn

PHPSpec run FQCN extension - Run a spec by its FQCN

  • Monday, August 3, 2015
  • by mike182uk
  • Repository
  • 0 Watchers
  • 2 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

⚠️ This project is no longer maintained

PHPSpec Run FQCN

Build Status Scrutinizer Quality Score SensioLabsInsight Total Downloads License, (*1)

Run a spec for a class using its Fully Qualified Class Name., (*2)

Installation

Add this package as a dependency in your composer.json., (*3)

{
    "require-dev": {
        "mike182uk/phpspec-run-fqcn": "0.1.*"
    }
}

Enable the extension in your phpspec.yml:, (*4)

extensions:
  - Mdb\PhpSpecRunFQCNExtension\Extension

Usage

bin/phpspec desc Foo/Bar

bin/phpspec run Foo/Bar # instead of bin/phpspec run spec/Foo/BarSpec.php

The Versions

03/08 2015

dev-master

9999999-dev https://github.com/mike182uk/phpspec-run-fqcn

PHPSpec run FQCN extension - Run a spec by its FQCN

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael David Barrett

phpspec

03/08 2015

0.1.0

0.1.0.0 https://github.com/mike182uk/phpspec-run-fqcn

PHPSpec run FQCN extension - Run a spec by its FQCN

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael David Barrett

phpspec