From 2b9ae901d4b9d63cc6088f336b10970812aef208 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 20 Dec 2009 23:09:46 -0500 Subject: [PATCH] disable test --- test/ComicPressRelatedPostsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ComicPressRelatedPostsTest.php b/test/ComicPressRelatedPostsTest.php index dab7f96..9291b85 100644 --- a/test/ComicPressRelatedPostsTest.php +++ b/test/ComicPressRelatedPostsTest.php @@ -11,6 +11,7 @@ class ComicPressRelatedPostsTest extends PHPUnit_Framework_TestCase { } function testBuildPostTable() { + $this->markTestIncomplete(); $posts = array( (object)array('ID' => 1, 'post_date' => '2009-01-01', 'post_title' => 'Post 1', 'guid' => 'post-1'), (object)array('ID' => 2, 'post_date' => '2009-01-02', 'post_title' => 'Post 2', 'guid' => 'post-2'),