From 66c73a96ac2dda076bcfe0dc0a1ca2a7e169149d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 18:19:23 +0200 Subject: first try to set indention limit at 80 characters in php --- tests/unit/utility/FaviconFetcherTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/unit/utility/FaviconFetcherTest.php') diff --git a/tests/unit/utility/FaviconFetcherTest.php b/tests/unit/utility/FaviconFetcherTest.php index e73510a13..4ee823636 100644 --- a/tests/unit/utility/FaviconFetcherTest.php +++ b/tests/unit/utility/FaviconFetcherTest.php @@ -94,7 +94,8 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase { $favicon = $this->fetcher->fetch($url); - $this->assertEquals('http://google.com/owncloud/core/img/favicon.png', $favicon); + $this->assertEquals('http://google.com/owncloud/core/img/favicon.png', + $favicon); } @@ -163,7 +164,8 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase { $favicon = $this->fetcher->fetch($url); - $this->assertEquals('http://google.com/owncloud/core/img/favicon.png', $favicon); + $this->assertEquals('http://google.com/owncloud/core/img/favicon.png', + $favicon); } -- cgit v1.2.3