mediawiki-extensions-TextEx.../tests/phpunit
Thiemo Kreuz b6250d3791 Add missing test cases for ExtractFormatter
This is especially covering:
* The behavior on different kinds of HTML encoded characters.
* Trimming, or more precisely the fact that the formatter currently does
  not do all the trimming. There is a trim() call in the test that should
  not be there. This will be reworked in a following patch.

Additionally:
* Prefer strict assertSame() where possible.
* Remove two assertions that don't help making the test more safe.
* Utilize the new `// phpcs:…` syntax.

Change-Id: Ic361f2644300dcef3fc972a2dc2ae19ad34fa513
2019-03-19 17:58:32 +01:00
..
ApiQueryExtractsTest.php Add missing test cases for ExtractFormatter 2019-03-19 17:58:32 +01:00
ExtractFormatterTest.php Add missing test cases for ExtractFormatter 2019-03-19 17:58:32 +01:00