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