Basic-Theme
Basic-Theme copied to clipboard
[Retired-WordPress-Envato] A simple theme used to demonstrate how to introduce unit testing into WordPress theme development.
Basic Theme
Basic Theme is a very simple theme used to demonstrate unit testing in a WordPress environment. The theme has been written for Envato's Tuts+ Network and relies on the following projects
- PHPUnit by Sebastian Bergmann
- WordPress-Tests. Note that
WordPress-Testsare already included with this plugin.
Installation
Note that this theme is not in development. It serves as a demo for the companion article.
- Clone the repository or extract the archive to your
wp-content/themesdirectory - Verify that the theme is available in your Themes dashboard
Changelog
1.0 (2012.07.10)
- Initial commit. Includes basic theme, unit tests, and WordPress Test framework.