2017 © Pedro Peláez
 

library symfony2-extension

Symfony2 extension for phpspec

image

phpspec/symfony2-extension

Symfony2 extension for phpspec

  • Friday, April 24, 2015
  • by jakzal
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5,760 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony2 Extension [deprecated]

Build Status, (*1)

Symfony2 extension for PhpSpec. The extension is pretty much dead. Since we aim on writing code decoupled from the framework, PhpSpec works very well without a special extension for Symfony., (*2)

There were only two features provided by this extension - stubbing the container and generating specs in a bundle., (*3)

Stubbing the container is a bad practice. The only place we might need to access the container is a controller. It's prefered to register the controller as a service, so stubbing it is not needed., (*4)

Placing specs in a bundle is not a recommended way either. It's cleaner to have all specs in a single folder., (*5)

The Versions

24/04 2015

dev-master

9999999-dev https://github.com/phpspec/Symfony2Extension

Symfony2 extension for phpspec

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 phpspec