fix code coverage issue

This commit is contained in:
John Bintz 2009-11-13 19:07:19 -05:00
parent 836bd13a89
commit 305e3bef8f
1 changed files with 5 additions and 0 deletions

View File

@ -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'))),