Skip to content

cordoval/phpspec-symfony2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f91306 · Sep 27, 2011

History

28 Commits
Jul 20, 2011
Sep 27, 2011
Jul 20, 2011
Aug 30, 2011

Repository files navigation

PHPSpec Symfony2

What it PHPSpec_Symfony2

PHPSpec_Symfony2 is an extension of PHPSpec to perform BDD in Symfony2 Framework applications.

Setup

On deps file insert the follow friend entries:

[PHPSpec]
    git=https://github.com/phpspec/phpspec.git
    target=/phpspec

[PHPAutotest]
    git=https://github.com/Programania/PHPAutotest.git
    target=/PHPAutotest

[phpspec-symfony2]
    git=https://github.com/cordoval/phpspec-symfony2.git
    target=/phpspec-symfony2

[mockery]
    git=https://github.com/padraic/mockery.git
    target=/mockery

[hamcrest-php]
    git=https://github.com/cordoval/hamcrest-php.git
    target=/hamcrest-php

Usage

here goes how it is used in classes