library phpspec
PhpSpec plugin for Task
task/phpspec
PhpSpec plugin for Task
- Friday, December 19, 2014
- by mbfisher
- Repository
- 2 Watchers
- 0 Stars
- 968 Installations
- PHP
- 6 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
task/phpspec
, (*1)
Example
use Task\Plugin\PhpSpecPlugin;
$project->inject(function ($container) {
$container['phpspec'] = new PhpSpecPlugin;
});
$project->addTask('test', ['phpspec', function ($phpspec) {
$phpspec->command('run')
->setConfig($this->getProperty('config', 'phpspec.yml'))
->setFormat('pretty')
->pipe($this->getOutput());
}]);
Installation
Add to your composer.json
:, (*2)
...
"require-dev": {
"task/phpspec": "~0.1"
}
...
Usage
See task/console for usage documentation., (*3)
dev-master
9999999-dev
PhpSpec plugin for Task
Sources
Download
MIT
The Requires
The Development Requires
by
Mike Fisher
v0.1.1
0.1.1.0
PhpSpec plugin for Task
Sources
Download
MIT
The Requires
The Development Requires
by
Mike Fisher
v0.1.0
0.1.0.0
PhpSpec plugin for Task
Sources
Download
MIT
The Requires
by
Mike Fisher