Riiskits / new-riiskit-proposal

The proposal for the new Riiskit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add specs for a WordPress Test Helper library

sigurdsvela opened this issue · comments

This library should contain functions that making writing tests for WordPress easier.
This library should be packed and shipped as a Composer package as:

  1. It can not be just included in the theme, as this makes it impossible to update
  2. It can not be included in the plugin
  3. This means that other people can use it
  4. Modular design is key!