]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/admin/PluginsControllerTest.php
Multiple small fixes
[github/shaarli/Shaarli.git] / tests / front / controller / admin / PluginsControllerTest.php
index 700a0df2670939f3e8f364cd1711e01fd0dfaa6d..ad0cda70ad501d7a513eff2c9eddac812e6f013e 100644 (file)
@@ -162,7 +162,7 @@ class PluginsControllerTest extends TestCase
             ->method('setSessionParameter')
             ->with(
                 SessionManager::KEY_ERROR_MESSAGES,
-                ['ERROR while saving plugin configuration: ' . PHP_EOL . $message]
+                ['Error while saving plugin configuration: ' . PHP_EOL . $message]
             )
         ;