aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Jobs/SyncTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-14/+6
* test: Migrate User LDAP to phpunit 10tests/noid/ldapJoas Schilling2025-05-281-44/+57
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-3/+3
* feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-101-33/+38
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-11/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-301-22/+2
* Adapt Sync job tests to the constructor changeCôme Chilliet2023-04-271-2/+1
* Port existing server code to new interfaceCarl Schwan2022-08-081-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* user share manager to determine share ownershipArthur Schiwon2020-10-261-2/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-13/+13
* fix strings being passed where arrays where expectedArthur Schiwon2020-06-241-0/+14
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+10
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-111-1/+2
* when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-111-1/+2
* extend test for rotating prefixesArthur Schiwon2018-01-081-1/+10
* add tests for whole run commandArthur Schiwon2018-01-081-0/+104
* add unit test for qualifies to runArthur Schiwon2018-01-081-3/+19
* add unit test for determining next cycleArthur Schiwon2018-01-081-0/+41
* create failing test for this caseArthur Schiwon2018-01-051-0/+55
* resolve DIArthur Schiwon2017-11-091-13/+27
* add Sync testArthur Schiwon2017-11-091-0/+130