Commit graph

4 commits

Author SHA1 Message Date
Umherirrender
6c41df61e9 tests: Use namespaced classes (1)
Changes to the use statements done automatically via script
Addition of missing use statement done manually

Change-Id: Iae45fa269363be8ee05c598ea6926514ce817762
2024-06-14 17:19:36 +00:00
Bartosz Dziewoński
316915f753 LanguageConverterFactory: Use ServiceOptions
Change-Id: I8d374b51511a2873dce646aa453c5e0e2c076a14
2023-12-11 22:03:50 +01:00
Func
9c40fc6e81 phpunit: Generalize LanguageConverterTestTrait and simplify tests
I will need to mark the LanguageConverterIntegrationTest as
`@group Database` and move testHasVariant() to LanguageConverterTest
in the follow-up. Split this part out for smoother review.

Change-Id: I4f65669d982cc477992708d9dd49d1dc22c905c8
2023-02-13 21:12:33 +00:00
Umherirrender
9bcd6f7f80 tests: Move all language converter tests into /includes/
Move tests from /languages/ to /includes/language/ similiar to the
classes in f5644ba
Clean up suite config too not longer run that folder as test,
remove from coverage, there no php files to cover

Remove converter tests from Language*Test files,
all identical to the *ConverterTest cases (or remove the whole file)

Change-Id: I098ba241bd61d8ed2ee9b65393416077e3544e79
2023-02-01 20:10:56 +01:00
Renamed from tests/phpunit/languages/LanguageConverterTestTrait.php (Browse further)