Skip to content

A Test-Driven Development WordPress plugin starter

License

Notifications You must be signed in to change notification settings

AbmSourav/wp-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-tdd

A Test-Driven Development WordPress plugin starter



Setup

  1. Move pre-commit file to .git/hooks/ folder
  2. Run composer install
  3. Add .phpcs-log.txt and vendor in your gitignore file.
  4. Change phpcs.xml ruleset as your project needs (optional).

WP-TDD Demo