You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/tests/lib
Joas Schilling 9caa4e20e5
test(dispatcher): Add some tests with input 0
3 days ago
..
Accounts refactor: apply rector rules for PHPUnit 10 3 months ago
Activity refactor: Cleanup some unit tests 4 months ago
App fix(openmetrics): Allow openmetrics in info.xml 2 weeks ago
AppFramework test(dispatcher): Add some tests with input 0 3 days ago
Archive
Authentication chore: Run rector with new rules for fetch 3 months ago
Avatar chore: setting test metadata in annotations is deprecated (use attributes) 3 months ago
BackgroundJob refactor: Rename Snowflake Generator and Decoder 1 month ago
Cache refactor(tests): `returnValue` is deprecated 3 months ago
Calendar feat: automated appointment creation 3 weeks ago
Collaboration test(UserPlugin): Rewrite unit tests as integration tests 2 weeks ago
Command fix(jobs): Limit command jobs to known cases 3 months ago
Comments refactor(psalm): Enable psalm for comments unit tests 1 month ago
Config chore: Remove broken PresetManager tests 1 week ago
Contacts/ContactsMenu fix: Unify handling of exclude groups in contacts menu and sharing 2 months ago
DB fix(DB): support up to 63 character long table and index names 3 weeks ago
Diagnostics
DirectEditing refactor: apply rector rules for PHPUnit 10 3 months ago
Encryption refactor: apply rector rules for PHPUnit 10 3 months ago
Federation refactor: apply rector rules for PHPUnit 10 3 months ago
Files perf(MountManager): use binary search to find mount in path 1 week ago
FilesMetadata refactor: apply rector rules for PHPUnit 10 3 months ago
GlobalScale chore: run rector 7 months ago
Group Revert "feat(group): Sanitize group names and ids on creation" 3 months ago
Hooks refactor: use logical `&&` `||` instead of weak `and` `or` operators 4 months ago
Http style(tests): apply cs-fixer formatting to ClientTest 4 weeks ago
Install/Events feat(install): add InstallationCompletedEvent for post-installation hooks 1 week ago
IntegrityCheck test: Adjust the hashes and signatures 6 months ago
L10N fix(l10n): Fix language selection 4 weeks ago
Lock refactor: apply rector rules for PHPUnit 10 3 months ago
Lockdown refactor: apply rector rules for PHPUnit 10 3 months ago
Log chore: run rector 7 months ago
Mail feat(ocp): add email address validator 6 months ago
Memcache refactor(tests): `getMockForTrait` is deprecated 3 months ago
Migration fix(DB): support up to 63 character long table and index names 3 weeks ago
Net test(net): include test for localhost by IP 4 months ago
Notification chore: run rector 7 months ago
OCM feat(ocm): event on ocm discovery and ocm request 4 weeks ago
OCS chore: run rector 7 months ago
OpenMetrics fix(openmetrics): ensure unit is a suffix of metric name 1 week ago
Preview Merge pull request #55649 from nextcloud/carl/on-demand-preview-migration 1 week ago
Profile/Actions chore: run rector 7 months ago
Remote
Repair chore: Run rector with new rules for fetch 3 months ago
RichObjectStrings chore: run rector 7 months ago
Route refactor: apply rector rules for PHPUnit 10 3 months ago
Search test(SearchComposerTest): add unit test for getProviders with mixed order values 6 months ago
Security feat(CertificateManager): Add option to specify the default certificates bundle path 2 months ago
Session chore: run rector 7 months ago
Settings chore: run rector 7 months ago
SetupCheck chore: run rector 7 months ago
Share refactor: apply rector rules for PHPUnit 10 3 months ago
Share20 refactor(IShare): Add typing for node 1 week ago
Snowflake refactor: Rename Snowflake Generator and Decoder 1 month ago
Support chore: Fix CrashReport\Registry tests 7 months ago
SystemTag refactor: apply rector rules for PHPUnit 10 3 months ago
Talk
TaskProcessing Merge pull request #56063 from nextcloud/tests/taskprocessing 3 months ago
Template refactor(tests): `getMockForAbstractClass` is deprecated 3 months ago
TextProcessing refactor: apply rector rules for PHPUnit 10 3 months ago
Traits chore: migrate to PHPUnit 11 3 months ago
Updater chore: drop legacy `WhatsNew` 2 weeks ago
User feat: add api to get a user object without verifying they exist 3 weeks ago
Util
AllConfigTest.php refactor: Deprecated user config from IConfig correctly 2 months ago
AppConfigIntegrationTest.php chore: Run rector with new rules for fetch 3 months ago
AppConfigTest.php chore: Remove broken PresetManager tests 1 week ago
AppScriptSortTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
AppTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
BinaryFinderTest.php test(BinaryFinder): Make sure the test is portable between systems 5 months ago
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php chore: run rector 7 months ago
DateTimeFormatterTest.php chore: run rector 7 months ago
EmojiHelperTest.php chore: run rector 7 months ago
ErrorHandlerTest.php chore: run rector 7 months ago
EventSourceFactoryTest.php
FilesTest.php refactor: Remove OC_Helper::streamCopy 4 months ago
HelperStorageTest.php fix(reflection): ReflectionMethod::setAccessible is noop since 8.1 2 months ago
HookHelper.php
ImageTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
InfoXmlTest.php fix(openmetrics): Make openmetrics always an array like all other infoxml fields 2 weeks ago
InitialStateServiceTest.php chore: run rector 7 months ago
InstallerTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
LargeFileHelperGetFileSizeTest.php chore: run rector 7 months ago
LargeFileHelperTest.php
LoggerTest.php chore: run rector 7 months ago
MemoryInfoTest.php chore: setting test metadata in annotations is deprecated (use attributes) 3 months ago
NaturalSortTest.php chore: run rector 7 months ago
NavigationManagerTest.php chore: run rector 7 months ago
RepairTest.php
ServerTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
SetupTest.php feat(install): dispatch InstallationCompletedEvent in Setup 1 week ago
SubAdminTest.php chore: Run rector with new rules for fetch 3 months ago
TagsTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
TempManagerTest.php
TemplateFunctionsTest.php fix(template): add import map for JS module entry points 4 weeks ago
TemplateLayoutTest.php fix: Cleanup and fix tests, and fix related issues in code 4 months ago
TestCase.php feat: perform share mount validation on share instead of on mount 2 weeks ago
TestMoveableMountPoint.php
UpdaterTest.php fix: Cleanup OC_App uses in Updater class 6 months ago
UrlGeneratorTest.php fix(tests): Use testing application for testing ajax endpoints, not user_ldap 3 months ago
UtilCheckServerTest.php refactor: apply rector rules for PHPUnit 10 3 months ago
UtilTest.php refactor: apply rector rules for PHPUnit 10 3 months ago