nextcloud/tests/lib/Files/Node
Roeland Jago Douma 6aa6ab3e02
Add lazy events for the Node API
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>
2020-05-28 12:35:45 +02:00
..
FileTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
FolderTest.php Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports 2020-03-27 17:14:08 +01:00
HookConnectorTest.php Add lazy events for the Node API 2020-05-28 12:35:45 +02:00
IntegrationTest.php Use the short array syntax, everywhere 2020-03-26 16:34:56 +01:00
NodeTest.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
RootTest.php Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports 2020-03-27 17:14:08 +01:00