diff options
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryLogEventsTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryLogEventsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/query/ApiQueryLogEventsTest.php b/tests/phpunit/includes/api/query/ApiQueryLogEventsTest.php index f9635bb860df..75f32fddef64 100644 --- a/tests/phpunit/includes/api/query/ApiQueryLogEventsTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryLogEventsTest.php @@ -21,7 +21,7 @@ class ApiQueryLogEventsTest extends ApiTestCase { */ public function testLogEventByTempUser() { $this->enableAutoCreateTempUser(); - $tempUser = new UserIdentityValue( 1236764321, '*Unregistered 1' ); + $tempUser = new UserIdentityValue( 1236764321, '~1' ); $title = $this->getNonexistingTestPage( 'TestPage1' )->getTitle(); $this->editPage( $title, |