Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
/ wpdsm-invoices Public archive

Example plugin for Unit Testing presentation

Notifications You must be signed in to change notification settings

jplhomer/wpdsm-invoices

Repository files navigation

Sample Plugin for Unit Testing Presentation

This is a sample plugin for the presentation I gave on Unit Testing to WordPress Des Moines on October 31, 2016.

Running Tests

PHPUnit is required to run the tests, as well as a local WordPress install with a database.

  1. Clone this folder to the plugins folder of an active WordPress install

  2. Install the test suite:

     $ sh bin/install-wp-tests.sh dbname dbuser dbpass dbhost
    
  3. Run tests:

     $ phpunit
    

About

Example plugin for Unit Testing presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published