X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fconfig%2FTestAllServiceOptionsUsed.php;h=6f0ccd94d15fc4e88c9886d0d3d6f87c713eaf38;hp=618472b526dbe4b40271254141dfbd9247bcb622;hb=33415e2930b8e583fe81ec026608c0af523f7afe;hpb=367bc8f7d19e66dfe2d7a326ccf1fcd3629640b4 diff --git a/tests/phpunit/includes/config/TestAllServiceOptionsUsed.php b/tests/phpunit/includes/config/TestAllServiceOptionsUsed.php index 618472b526..6f0ccd94d1 100644 --- a/tests/phpunit/includes/config/TestAllServiceOptionsUsed.php +++ b/tests/phpunit/includes/config/TestAllServiceOptionsUsed.php @@ -2,7 +2,7 @@ /** * Use this trait to check that code run by tests accesses every key declared for this class' - * ServiceOptions, e.g., in a $constructorOptions member variable. To use this trait, you need to do + * ServiceOptions, e.g., in a CONSTRUCTOR_OPTIONS member const. To use this trait, you need to do * two things (other than use-ing it): * * 1) Don't use the regular ServiceOptions when constructing your objects, but rather