wiki.techinc.nl/tests/phpunit/includes/block
Bartosz Dziewoński 13289a1269 Use real type hints for services etc. in includes/block/
Mostly used find-and-replace:

Find:
/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?)[\s\*]+/\s*(private|protected|public) (\$[a-z]\w+;\n)((?=\s*/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?))\n|)
Replace with:
\3 \1 \4

More could be done, but to keep this patch reasonably sized, I only
changed the most obvious and unambiguously correct cases.

In some cases, I also removed redundant doc comments on the
constructor, and re-ordered the properties to match the constructor.

Change-Id: I819ed771c915293663856c577a481d607b76ed80
2024-07-31 08:54:31 +00:00
..
Restriction Fix tests not properly cleaning up the DB 2023-08-16 01:05:11 +00:00
BlockErrorFormatterTest.php tests: Use namespaced classes (1) 2024-06-14 17:19:36 +00:00
BlockManagerTest.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
BlockRestrictionStoreTest.php Use real type hints for services etc. in includes/block/ 2024-07-31 08:54:31 +00:00
CompositeBlockTest.php tests: Remove cleanup of blocks, done by ChangedTablesTracker 2024-01-20 11:41:15 +01:00
DatabaseBlockTest.php Replace db with getDb for Tests 2024-06-23 23:47:56 +01:00