wiki.techinc.nl/tests/phpunit/includes/user
Tim Starling be3018b268 Just another 80 or so PHPStorm inspection fixes (#4)
* Unnecessary regex modifier. I agree with this inspection which flags
  /s modifiers on regexes that don't use a dot.
* Property declared dynamically.
* Unused local variable. But it's acceptable for an unused local
  variable to take the return value of a method under test, when it is
  being tested for its side-effects. And it's acceptable for an unused
  local variable to document unused list expansion elements, or the
  nature of array keys in a foreach.

Change-Id: I067b5b45dd1138c00e7269b66d3d1385f202fe7f
2023-03-25 00:39:06 +00:00
..
ActorMigrationTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
ActorMigrationTest.sql Reorg: Move ActorMigration and ActorMigrationBase to user/ 2022-12-16 13:44:33 +01:00
BotPasswordTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
DefaultOptionsLookupTest.php user: Set a default value for all searchNs* user preferences 2022-01-31 18:45:27 +00:00
ExternalUserNamesTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
LocalIdLookupTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00
PasswordResetTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
TalkPageNotificationManagerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
UserEditTrackerTest.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
UserGroupManagerTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
UserGroupMembershipTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
UserOptionsLookupTest.php user: Set a default value for all searchNs* user preferences 2022-01-31 18:45:27 +00:00
UserOptionsManagerTest.php Replace some use of Language::truncateForDatabase() with mb_strcut() 2023-01-30 04:50:33 +00:00
UserTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00