From 3e3053c2cdbb24d6be9d65500e8b632b792fc997 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 5 Oct 2015 13:10:30 +0200 Subject: Use correct error string --- tests/controller/filehandlingcontrollertest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/controller/filehandlingcontrollertest.php b/tests/controller/filehandlingcontrollertest.php index 0fa689a..3e78c1d 100644 --- a/tests/controller/filehandlingcontrollertest.php +++ b/tests/controller/filehandlingcontrollertest.php @@ -187,7 +187,7 @@ class FileHandlingControllerTest extends TestCase { $status = $result->getStatus(); $this->assertSame(400, $status); $this->assertArrayHasKey('message', $data); - $this->assertSame('The file is too big.', $data['message']); + $this->assertSame('This file is too big to be opened. Please download the file instead.', $data['message']); } public function dataTestSave() { -- cgit v1.2.3