mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-15 03:35:20 +00:00
b6250d3791
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 |
||
---|---|---|
i18n | ||
includes | ||
tests/phpunit | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package.json |