diff --git a/README.md b/README.md index 2f3944e7..ec2ce21b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A self-hosted client that allows custom formatting of data from the hummingbird api [![Build Status](https://jenkins.timshomepage.net/buildStatus/icon?job=animeclient)](https://jenkins.timshomepage.net/job/animeclient/) +[![Build Status](https://travis-ci.org/timw4mail/HummingBirdAnimeClient.svg?branch=master)](https://travis-ci.org/timw4mail/HummingBirdAnimeClient) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/timw4mail/HummingBirdAnimeClient/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/timw4mail/HummingBirdAnimeClient/?branch=master) [[Hosted Example](https://list.timshomepage.net)] @@ -15,7 +16,7 @@ A self-hosted client that allows custom formatting of data from the hummingbird * On Hold * Dropped * Completed - * All of the above + * Combined View * Manga List views (Each with list and cover views): * Reading @@ -23,7 +24,7 @@ A self-hosted client that allows custom formatting of data from the hummingbird * On Hold * Dropped * Completed - * All of the above + * Combined View * Anime collection view (segmented by media type): * Cover Images diff --git a/tests/Ion/View/HtmlViewTest.php b/tests/Ion/View/HtmlViewTest.php index 53f20f59..cab5aecf 100644 --- a/tests/Ion/View/HtmlViewTest.php +++ b/tests/Ion/View/HtmlViewTest.php @@ -1,6 +1,6 @@ response->content; + $content->set($this->output); + $content->setType($this->contentType); + $content->setCharset('utf-8'); + } +} + class TestHtmlView extends HtmlView { use MockViewOutputTrait; }