From a818df4f4dec9f65475e6910eb8b6cd46d4278ac Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 18 Dec 2009 07:42:18 -0500 Subject: [PATCH] set up function tests area --- functions.php | 4 ++-- functions/navigation-template-tags.php | 1 + functions/syndication.php | 12 +++++------ test/functions/NavigationTemplateTagsTest.php | 2 ++ test/functions/SyndicationTest.php | 21 +++++++++++++++++++ 5 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 functions/navigation-template-tags.php create mode 100644 test/functions/NavigationTemplateTagsTest.php create mode 100644 test/functions/SyndicationTest.php diff --git a/functions.php b/functions.php index 8d23f30..61c1350 100644 --- a/functions.php +++ b/functions.php @@ -170,10 +170,10 @@ function comicpress_load_options() { 'buy_print_add_shipping' => false, 'buy_print_us_ship' => '4.95', 'buy_print_int_ship' => '9.95', - + 'enable_comicpress_debug' => true, 'enable_full_post_check' => false - + ) as $field => $value) { $comicpress_options[$field] = $value; } diff --git a/functions/navigation-template-tags.php b/functions/navigation-template-tags.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/functions/navigation-template-tags.php @@ -0,0 +1 @@ +markTestIncomplete(); + } +}