dev-master
9999999-devChange phpspec run or describe command quickly
MIT
The Requires
v0.1.1
0.1.1.0Change phpspec run or describe command quickly
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Change phpspec run or describe command quickly
Change run/desc command quickly, (*1)
./bin/phpspec run 'vendor\Project\CoreBundle\Repository\UserRepository'
./bin/pec 'Repository\UserRepositor'
./bin/phpspec describe 'vendor\Project\CoreBundle\Repository\UserRepository'
./bin/pec 'Repository\UserRepositor' -d
And than start without -d, to run the specification, (*2)
./bin/pec 'Repository\UserRepositor'-./bin/pec -n 'vendor\Project\CoreBundle', (*3)
The run command: ./bin/pec 'Repository\UserRepositor'
will be than change to:
./bin/phpspec run '[vendor\Project\CoreBundle\]Repository\UserRepositor', (*4)
Change phpspec run or describe command quickly
MIT
Change phpspec run or describe command quickly
MIT