An open API service indexing awesome lists of open source software.

https://github.com/screamingdev/phpspec-wordpress

Write WordPress-Classes with PHPSpec
https://github.com/screamingdev/phpspec-wordpress

Last synced: about 2 months ago
JSON representation

Write WordPress-Classes with PHPSpec

Awesome Lists containing this project

README

          

# Make proper WordPress classes with PHPSpec

```
composer require --dev sourcerer-mike/phpspec-wordpress:dev-master
```

## Example

```
./bin/phpspec describe:wp Widgets\\The_Banana
./bin/phpspec run
```

Will result in a file called "includes/widgets/class-the-banana.php":

```