mediawiki-extensions-Cite/tests
Thiemo Kreuz a6a16f0703 Update and increase ReferenceStack test coverage
Functional changes:
* hasGroup() will return false when a group exists, but is empty. This
  is in line with what other methods like getGroups() already do.
  Shouldn't have any effect on the existing code, but feels more clean
  and consistent.
* getGroupRefs() won't fail any more when asked for an unknown group.

Tests:
* Add missing @covers for the constructor.
* Simplify test setup by always returning a spy. All tests need it
  anyway.
* Cover 3 more methods.

Change-Id: Ie93e9af6258b757d842b30b0b059344733aad434
2019-11-27 11:08:00 +01:00
..
parser Extract stack and state to a new class 2019-11-25 14:06:32 +01:00
phpunit Update and increase ReferenceStack test coverage 2019-11-27 11:08:00 +01:00
selenium Use waitForModuleState from Util class 2019-10-24 10:48:32 +02:00