aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node/HookConnectorTest.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-131-4/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(files): copy live photosMaxence Lange2024-03-081-3/+6
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-1/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-271-12/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix hookconnector testsLouis Chemineau2023-01-261-1/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* adjust tests to new fs setupRobin Appelman2022-03-041-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix testsJoas Schilling2020-06-241-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-38/+97
| | | | | | | | | | | Right now if you want to get events via the Node API you have to have a real instance of the Root. Which in turns sets up the whole FS. We should make sure this is done lazy. Else enabling the preview generator for example makes you setup the whole FS on each and every authenticated call. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* Files first to use own GenericEventArthur Schiwon2019-11-261-3/+8
| | | | | | * those are added to 18 only anyway :) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adapt file hooks test to eventdispatcher utilizationArthur Schiwon2019-09-091-23/+66
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* DI for root.phpLukas Reschke2016-11-021-1/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+203
* 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