wiki.techinc.nl/tests/phpunit/unit/includes/Settings/Source
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
..
fixtures
Format tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
ArraySourceTest.php
EtcdSourceTest.php
FileSourceTest.php Just another 80 or so PHPStorm inspection fixes (#4) 2023-03-25 00:39:06 +00:00
JsonSchemaTraitTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
PhpSettingsSourceTest.php
ReflectionSchemaSourceTest.php Settings: add support for obsolete config 2022-10-14 15:00:43 +02:00