mediawiki-extensions-Cite/tests
Thiemo Kreuz 51ff3cc819 Several code cleanups after getting rid of cloning
* Use the Html class to safely create HTML code.
* $this->referenceStack can not be null any more.
* $this->inReferencesGroup is not needed during output, only when
  parsing tags.
* Replace ReferencesStack::getGroupRefs() as well as deleteGroup()
  with a combined popGroup() that does both things.
* Extract the code responsible for the "responsive" behavior to a
  separate function.
* Some TestingAccessWrapper are not needed.

Change-Id: Ie1cf2533d7417ae2f6647664ff1145e37b814a39
2019-12-16 15:47:23 +01:00
..
parser Add parser tests for reused extended <ref> before defined 2019-12-11 16:30:17 +01:00
phpunit Several code cleanups after getting rid of cloning 2019-12-16 15:47:23 +01:00
selenium Use waitForModuleState from Util class 2019-10-24 10:48:32 +02:00