dev-master
9999999-devWordPress PHPSpec extension
MIT
The Requires
The Development Requires
bdd tdd testing spec tests specbdd specification
WordPress PHPSpec extension
composer require --dev sourcerer-mike/phpspec-wordpress:dev-master
./bin/phpspec describe:wp Widgets\\The_Banana ./bin/phpspec run
Will result in a file called "includes/widgets/class-the-banana.php":, (*1)
<?php namespace Widgets; class The_Banana { }
WordPress PHPSpec extension
MIT
bdd tdd testing spec tests specbdd specification