X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fadmin%2FPluginsControllerTest.php;h=ad0cda70ad501d7a513eff2c9eddac812e6f013e;hb=3ee8351e438f13ccf36062ce956e0b4a4d5f4a29;hp=700a0df2670939f3e8f364cd1711e01fd0dfaa6d;hpb=fabff3835da26e6c95cea56b2a01a03749dec7c8;p=github%2Fshaarli%2FShaarli.git 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 ->method('setSessionParameter') ->with( SessionManager::KEY_ERROR_MESSAGES, - ['ERROR while saving plugin configuration: ' . PHP_EOL . $message] + ['Error while saving plugin configuration: ' . PHP_EOL . $message] ) ;