From 784c353930ec42f17a0c26a38046a44c1060aa62 Mon Sep 17 00:00:00 2001 From: johnbintz Date: Mon, 13 Sep 2010 05:14:04 -0700 Subject: [PATCH] Migrated from writing-unit-tests v1 --- Writing-Unit-Tests.textile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Writing-Unit-Tests.textile diff --git a/Writing-Unit-Tests.textile b/Writing-Unit-Tests.textile new file mode 100644 index 0000000..23a1fab --- /dev/null +++ b/Writing-Unit-Tests.textile @@ -0,0 +1 @@ +One thing the theme needs badly is unit tests of the code that currently lives within functions.php. This will require breaking out the code into classes and exposing methods on those classes as template tags. I will set up a few example unit tests so that, if you're doing work on the theme, you'll be able to write your own tests for new code (or for existing code, which will be helpful, too!) \ No newline at end of file