X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiUserrightsTest.php;h=5889f8265ac2f8fbcd9a8c2b96ef4fdb02a6575f;hb=7ecbff2360a07755f771c648ed1e27ee3dca8ad5;hp=8cc021763bcec4a4c232097752daf531e651f55f;hpb=1d5344025f02e1b2b9646c6d88083255edd87f58;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/ApiUserrightsTest.php b/tests/phpunit/includes/api/ApiUserrightsTest.php index 8cc021763b..5889f8265a 100644 --- a/tests/phpunit/includes/api/ApiUserrightsTest.php +++ b/tests/phpunit/includes/api/ApiUserrightsTest.php @@ -206,7 +206,7 @@ class ApiUserrightsTest extends ApiTestCase { 'log_title' => strtr( $user->getName(), ' ', '_' ) ], __METHOD__, - [ 'change_tag_def' => [ 'INNER JOIN', 'ctd_id = ct_tag_id' ] ] + [ 'change_tag_def' => [ 'JOIN', 'ctd_id = ct_tag_id' ] ] ) ); }