aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppConfigTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore(tests): Add test for AppConfig::getAppInstalledVersionsCôme Chilliet2025-06-051-5/+19
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* test: Fix coding standardsci/noid/update-phpunit10Joas Schilling2025-05-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Fix non-static data providersJoas Schilling2025-05-151-14/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(lexicon): renaming and minor fixesfeature/noid/config-lexiconMaxence Lange2024-12-131-4/+0
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(config): implementation of lexiconMaxence Lange2024-12-131-0/+5
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-1/+1
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(appconfig): format app valuesMaxence Lange2024-04-051-0/+15
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ↵Joas Schilling2024-03-061-83/+177
| | | | | | database Signed-off-by: Joas Schilling <coding@schilljs.com>
* new API, new testsMaxence Lange2024-02-071-0/+1361
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving previous testMaxence Lange2024-02-071-365/+0
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* lazy AppConfigMaxence Lange2024-01-151-36/+33
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-17/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix appconfig testsRoeland Jago Douma2020-12-071-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add github action for oci8Julius Härtl2020-11-101-2/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-121-1/+1
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* treat sensitive config keys by patternArthur Schiwon2019-07-261-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix testsJoas Schilling2017-01-121-0/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure all tests use the TestCase method to overwrite servicesJoas Schilling2016-10-201-13/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+351
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader