From 305e3bef8f02bb234691f531acd440cf311ae972 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 13 Nov 2009 19:07:19 -0500 Subject: [PATCH] fix code coverage issue --- test/ComicPressComicPostTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/ComicPressComicPostTest.php b/test/ComicPressComicPostTest.php index 1149b14..7caf3ff 100644 --- a/test/ComicPressComicPostTest.php +++ b/test/ComicPressComicPostTest.php @@ -32,6 +32,11 @@ class ComicPressComicPostTest extends PHPUnit_Framework_TestCase { array('attachment-1' => array('enabled' => true, 'children' => array('rss' => 'attachment-2'))), array('attachment-1' => array('enabled' => true)) ), + array( + array('attachment-1', 'attachment-2'), + array('attachment-1' => array('enabled' => true, 'children' => array('rss' => 'attachment-2', 'comic' => 'attachment-3'))), + array('attachment-1' => array('enabled' => true, 'children' => array('rss' => 'attachment-2'))) + ), array( array('attachment-1', 'attachment-2', 'attachment-3'), array('attachment-1' => array('enabled' => false, 'children' => array('rss' => 'attachment-2'))),