ptahdunbar / wp-skeleton-plugin
A walking skeleton WordPress plugin. -_O
Installs: 1 151
Dependents: 0
Suggesters: 0
Security: 0
Stars: 174
Watchers: 16
Forks: 46
Open Issues: 14
Type:wordpress-plugin
Requires
- php: >=5.4
Requires (Dev)
- behat/behat: 2.4.*
- behat/mink: 1.4.*
- behat/mink-extension: *
- behat/mink-goutte-driver: *
- behat/mink-selenium2-driver: *
- behat/mink-zombie-driver: *
- facebook/webdriver: *
- phing/phing: dev-master
- phpunit/dbunit: 1.2.*@dev
- phpunit/phpunit: 3.7.*
- phpunit/phpunit-selenium: *
- respect/validation: dev-master
- satooshi/php-coveralls: dev-master
- whatthejeff/fab-phpunit-resultprinter: ~1.1
- whatthejeff/nyancat-phpunit-resultprinter: ~1.1
This package is not auto-updated.
Last update: 2024-12-17 03:19:58 UTC
README
"A Walking Skeleton is an implementation of the thinnest possible slice of real functionality that we can automatically build, deploy and test end-to-end." - Freeman & Pryce GOOS
NOTE This is a work in progress. Very alpha, subject to sweeping changes at random intervals :)
Installation
Via composer
Download into plugins directory:
{
"require" : {
"ptahdunbar/wp-skeleton-plugin" : "dev-master"
}
}
Download into mu-plugins directory:
{
"require" : {
"ptahdunbar/wp-skeleton-plugin" : "dev-muplugin"
}
}