mediawiki-extensions-Cite/tests
Thiemo Kreuz f94b400474 Make most existing Cite tests pure unit tests
1. Most existing CiteTests can be unit tests. They run so much faster
this way.

2. I modified some test cases to cover all trim() in the code.

3. The strict type hint in CiteHooks is removed because the parameter
is not used. Having a hard type hint for what is effectively dead code
makes the code more brittle for changes done outside of this codebase.

Change-Id: I1bff1d6e02d9ef17d5e6b66aeec3ee42bba99cf4
2019-11-12 14:56:40 +01:00
..
parser Rename refines -> extends 2019-11-12 10:19:17 +00:00
phpunit Make most existing Cite tests pure unit tests 2019-11-12 14:56:40 +01:00
selenium Use waitForModuleState from Util class 2019-10-24 10:48:32 +02:00