From 6e3732571182aa85c923919011fa992288be3600 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Tue, 1 Sep 2015 14:06:29 +0200 Subject: Also fix the unit test --- 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 901e904..729a52d 100644 --- a/tests/controller/filehandlingcontrollertest.php +++ b/tests/controller/filehandlingcontrollertest.php @@ -112,7 +112,7 @@ class FileHandlingControllerTest extends TestCase { array('test.txt', '', 200, ''), array('test.txt', '0', 200, ''), array('', 'file content', 400, 'Invalid file path supplied.'), - array('test.txt', false, 400, 'Can not read the file.'), + array('test.txt', false, 400, 'Cannot read the file.'), ); } -- cgit v1.2.3