nextcloud/tests/lib
Stephan Orbaugh f25acfb799
Merge pull request #47986 from cfiehe/fix_move_on_same_bucket
perf(ObjectStoreStorage): Improve (slow) move on same object bucket
2024-09-17 16:35:19 +02:00
..
Accounts refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Activity refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
App refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
AppFramework Merge pull request #48008 from nextcloud/fix/entity/strict-types 2024-09-16 11:08:35 +02:00
Archive refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Authentication refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Avatar refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
BackgroundJob refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Cache refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Calendar refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Collaboration refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Command refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Comments refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Contacts/ContactsMenu refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
DB Merge pull request #47852 from nextcloud/sharding-code-fixes 2024-09-16 11:39:58 +02:00
Diagnostics refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
DirectEditing refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Encryption chore: Fix encryption test use statement 2024-09-16 18:11:38 +02:00
Federation refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Files Merge pull request #47986 from cfiehe/fix_move_on_same_bucket 2024-09-17 16:35:19 +02:00
GlobalScale refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Group refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Hooks refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Http refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
IntegrityCheck refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
L10N refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Lock refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Lockdown fix(Storage): Document getOwner() can return false 2024-09-17 10:10:50 +02:00
Log refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Mail fix(Mailer): Fix sendmail binary fallback 2024-09-16 15:20:29 +02:00
Memcache refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Migration refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Net chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Notification refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
OCS refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Preview refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
PublicNamespace refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Remote refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Repair refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
RichObjectStrings refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Route chore(tests): Fix Router test by mocking AppManager methods correctly 2024-09-13 10:26:36 +02:00
Security refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Session refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Settings refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
SetupCheck feat: Make CheckServerResponseTrait public and provide as OCP\SetupCheck\CheckServerResponseTrait 2024-09-16 14:58:21 +02:00
Share refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Share20 fix: Remove OCP\Files\Storage interface deprecated since version 9 2024-09-16 18:10:48 +02:00
Support refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
SystemTag refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Talk chore: Add SPDX header 2024-05-13 17:41:36 +02:00
TaskProcessing refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Template refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
TextProcessing refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Traits chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Updater refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
User refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Util chore: Add SPDX header 2024-05-13 17:41:36 +02:00
AllConfigTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
AppConfigTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
AppScriptSortTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
AppTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
AutoLoaderTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
CapabilitiesManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ConfigTest.php Merge branch 'master' into fix-nc-env-inclusion 2024-09-16 15:13:29 +02:00
ContactsManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
DateTimeFormatterTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
EmojiHelperTest.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ErrorHandlerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
EventSourceFactoryTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
HelperStorageTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
HookHelper.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
ImageTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
InfoXmlTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
InitialStateServiceTest.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
InstallerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
LargeFileHelperGetFileSizeTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
LargeFileHelperTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
LegacyHelperTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
LoggerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
MemoryInfoTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
NaturalSortTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
NavigationManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
RepairTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ServerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
SetupTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
SubAdminTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
TagsTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
TemplateFunctionsTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
TempManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
TestCase.php feat: implement distributing partitioned queries over multiple shards 2024-08-28 10:21:19 +02:00
TestMoveableMountPoint.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
UpdaterTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
UrlGeneratorTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
UtilCheckServerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
UtilTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00