diff options
Diffstat (limited to 'tests/front/controller/admin/PluginsControllerTest.php')
-rw-r--r-- | tests/front/controller/admin/PluginsControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/front/controller/admin/PluginsControllerTest.php b/tests/front/controller/admin/PluginsControllerTest.php index 700a0df2..ad0cda70 100644 --- a/tests/front/controller/admin/PluginsControllerTest.php +++ b/tests/front/controller/admin/PluginsControllerTest.php | |||
@@ -162,7 +162,7 @@ class PluginsControllerTest extends TestCase | |||
162 | ->method('setSessionParameter') | 162 | ->method('setSessionParameter') |
163 | ->with( | 163 | ->with( |
164 | SessionManager::KEY_ERROR_MESSAGES, | 164 | SessionManager::KEY_ERROR_MESSAGES, |
165 | ['ERROR while saving plugin configuration: ' . PHP_EOL . $message] | 165 | ['Error while saving plugin configuration: ' . PHP_EOL . $message] |
166 | ) | 166 | ) |
167 | ; | 167 | ; |
168 | 168 | ||