aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/L10N/FactoryTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-231-4/+4
* fix(rtl): Add unittest for language directionMostafa Ahangarha2024-09-231-0/+18
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-46/+46
* feat: reduce available languages per config value "reduce_to_languages"Misha M.-Kupriyanov2024-07-011-0/+47
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
* fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-221-5/+34
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Adapt tests to config value typingCôme Chilliet2023-04-051-17/+13
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Cache available languages locallyJulius Härtl2022-12-071-1/+7
* Remove deprecated at matcher from tests/libCôme Chilliet2022-08-291-77/+41
* Remove some more at matchers in tests/libCôme Chilliet2022-06-201-15/+17
* Add L10n factory method for generic language heuristicsChristoph Wurst2021-10-131-123/+232
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-4/+4
* Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-6/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Move settings to an appChristoph Wurst2019-09-281-2/+2
* Backend work to provide NC whats New info to usersArthur Schiwon2018-07-051-0/+30
* make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-221-7/+43
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
* Request->getHeader() should always return a stringMorris Jobke2018-01-171-4/+11
* use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle2017-11-301-2/+42
* Use symfony/translation for L10N pluralsRoeland Jago Douma2017-08-071-27/+0
* Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-26/+22
* ACCEPT_LANGUAGE goes before default_langaugeRoeland Jago Douma2016-09-041-13/+97
* L10N tests do not require DBRoeland Jago Douma2016-08-251-6/+11
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+458