diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/phpunit/includes/logging/BlockLogFormatterTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/logging/BlockLogFormatterTest.php b/tests/phpunit/includes/logging/BlockLogFormatterTest.php index 85ccebc4ebde..0041b9ce64df 100644 --- a/tests/phpunit/includes/logging/BlockLogFormatterTest.php +++ b/tests/phpunit/includes/logging/BlockLogFormatterTest.php @@ -431,7 +431,7 @@ class BlockLogFormatterTest extends LogFormatterTestCase { ], ], [ - 'text' => 'Sysop blocked Logtestuser from non-editing actions' + 'text' => 'Sysop blocked Logtestuser from specified non-editing actions' . ' with an expiration time of indefinite (anonymous users only)', 'api' => [ 'duration' => 'infinite', |