From 75640200fbe8086c7fa71dd0c0b3751752c1843c Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 16 Feb 2024 19:35:21 +0000 Subject: tests: Namespace api tests Bug: T357823 Change-Id: I0d7cc2c9b166d5e5b913c1305f7cee017fe377af --- .../includes/api/query/ApiQueryRecentChangesIntegrationTest.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php') diff --git a/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php b/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php index 39084956f295..4269b55930bf 100644 --- a/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryRecentChangesIntegrationTest.php @@ -1,11 +1,16 @@ 'new', 'oldlen' => 0, - 'newlen' => 38, + // strlen( __CLASS__ ) - 2 = 64 + 'newlen' => 64, ], ], $this->getItemsFromRecentChangesResult( $result ) -- cgit v1.2.3