wiki.techinc.nl/tests/phpunit/unit/includes/block
thiemowmde 0af1a51345 Make use of the ?? and ??= operators where it makes sense
?? is an older PHP 7.0 feature.
??= was added in PHP 7.4, which we can finally use.

Change-Id: I85921f1db9670987e173e905e8206bdf46659457
2022-11-10 18:31:18 +01:00
..
BlockActionInfoTest.php
BlockPermissionCheckerTest.php unit tests: Use MainConfigNames constant to refer configs 2022-08-17 22:33:58 +02:00
BlockRestrictionStoreFactoryTest.php
BlockUtilsTest.php Make use of the ?? and ??= operators where it makes sense 2022-11-10 18:31:18 +01:00
SystemBlockTest.php