diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-01 15:40:21 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-02-07 14:23:16 +0100 |
commit | 94b1b1593b1071a894520a7f29fd8dd716a87ba6 (patch) | |
tree | 739fc24a08fecd2b741a257cf5709897711ee350 /tests/Core | |
parent | f45df6096bbac83c1f53a40a738c31a01b090065 (diff) | |
download | nextcloud-server-94b1b1593b1071a894520a7f29fd8dd716a87ba6.tar.gz nextcloud-server-94b1b1593b1071a894520a7f29fd8dd716a87ba6.zip |
Remove public interface that was only needed for testing
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/Core')
-rw-r--r-- | tests/Core/Controller/GuestAvatarControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Core/Controller/GuestAvatarControllerTest.php b/tests/Core/Controller/GuestAvatarControllerTest.php index a7c67c684cc..f720478e499 100644 --- a/tests/Core/Controller/GuestAvatarControllerTest.php +++ b/tests/Core/Controller/GuestAvatarControllerTest.php @@ -85,6 +85,5 @@ class GuestAvatarControllerTest extends \Test\TestCase { $this->assertGreaterThanOrEqual(201, $response->getStatus()); $this->assertInstanceOf(FileDisplayResponse::class, $response); - $this->assertSame($this->file, $response->getFile()); } } |