From b1e046dbf8f8d7cd1a76c50549b34c029dde1ad8 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 18:32:00 +0200 Subject: fix long line --- tests/unit/controller/FolderControllerTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/controller/FolderControllerTest.php b/tests/unit/controller/FolderControllerTest.php index 5a5daff3d..1fa915b11 100644 --- a/tests/unit/controller/FolderControllerTest.php +++ b/tests/unit/controller/FolderControllerTest.php @@ -183,7 +183,9 @@ class FolderControllerTest extends \PHPUnit_Framework_TestCase { public function testDeleteDoesNotExist(){ $this->folderService->expects($this->once()) ->method('markDeleted') - ->will($this->throwException(new ServiceNotFoundException($this->msg))); + ->will( + $this->throwException(new ServiceNotFoundException($this->msg)) + ); $response = $this->controller->delete(5); -- cgit v1.2.3