| .. |
|
Activity
|
Fix activity manager tests
|
9 years ago |
|
App
|
Endpoint is now 11.0.0
|
9 years ago |
|
AppFramework
|
Identify Chromium as Chrome
|
9 years ago |
|
Archive
|
Remove unneeded checks if it runs on a Windows machine
|
10 years ago |
|
Authentication
|
Adds TokenProvider and Mapper tests
|
9 years ago |
|
BackgroundJob
|
Fix getMock JobListTest
|
9 years ago |
|
Cache
|
Fix getMock FileCacheTest
|
9 years ago |
|
Command
|
Fix getMock Command/Intergrity
|
9 years ago |
|
Comments
|
Merge pull request #1738 from nextcloud/comments-provide-displaynames-with-mentions
|
9 years ago |
|
DB
|
Add tests
|
9 years ago |
|
Encryption
|
Fix shared storage namespace in DecryptAll class
|
9 years ago |
|
Files
|
only query substorages to calculate the final mtime/size/etag lazily
|
9 years ago |
|
Group
|
Fix getMock MetaDataTest
|
9 years ago |
|
Hooks
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
Http/Client
|
Fix getMock Http Client
|
9 years ago |
|
IntegrityCheck
|
Make sure memory limit is > post size and upload filesize
|
9 years ago |
|
L10N
|
Fix more tests
|
9 years ago |
|
Lock
|
Fix getMock DBLockingProviderTest
|
9 years ago |
|
Lockdown
|
add tests
|
9 years ago |
|
Log
|
Renamed test classes for file logging tests.
|
9 years ago |
|
Mail
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
Memcache
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
Migration
|
Fix getMock Migration
|
9 years ago |
|
Notification
|
Use a php class for the definitions to avoid loading problems
|
9 years ago |
|
OCS
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
Preview
|
Added genertor helper & tests
|
9 years ago |
|
PublicNamespace
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
Repair
|
introduce callForSeenUsers and countSeenUsers (#26361)
|
9 years ago |
|
RichObjectStrings
|
Add test and adjust PHP function arguments
|
9 years ago |
|
Security
|
Add tests
|
9 years ago |
|
Session
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
Settings
|
Show a hint for system based cron user name
|
9 years ago |
|
Share
|
Cleanup OC_Group usage a bit
|
9 years ago |
|
Share20
|
add method to check if a share provider for a given type is loaded
|
9 years ago |
|
SystemTag
|
Act on effective system tag canAssign permission
|
10 years ago |
|
Template
|
Fix getMock Template
|
9 years ago |
|
Traits
|
Fix phpunit Trait warning
|
10 years ago |
|
Updater
|
Use the same URL everywhere
|
9 years ago |
|
User
|
Add missing tests and fix PHPDoc
|
9 years ago |
|
Util
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
APITest.php
|
FIx lib/ a-d
|
10 years ago |
|
AllConfigTest.php
|
Do not allow to store boolean configs, they behave unexpected on postgres
|
10 years ago |
|
AppConfigTest.php
|
Make sure all tests use the TestCase method to overwrite services
|
9 years ago |
|
AppTest.php
|
Add update support
|
9 years ago |
|
AutoLoaderTest.php
|
Fix unit tests
|
10 years ago |
|
AvatarManagerTest.php
|
Add using casing check/fix for initMountPoints
|
9 years ago |
|
AvatarTest.php
|
avatar to appdata
|
9 years ago |
|
CapabilitiesManagerTest.php
|
Make the capabilities manager more error proof
|
9 years ago |
|
ConfigTest.php
|
FIx lib/ a-d
|
10 years ago |
|
ContactsManagerTest.php
|
FIx lib/ a-d
|
10 years ago |
|
DateTimeFormatterTest.php
|
Fix more tests
|
9 years ago |
|
ErrorHandlerTest.php
|
FIx lib/ a-d
|
10 years ago |
|
FileChunkingTest.php
|
Fix getMock FileChunkingTest
|
9 years ago |
|
FilesTest.php
|
Make sure memory limit is > post size and upload filesize
|
9 years ago |
|
HTTPHelperTest.php
|
Fix getMock HTTPHelper
|
9 years ago |
|
HelperStorageTest.php
|
Fix getMock HelperStorageTest
|
9 years ago |
|
HookHelper.php
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
ImageTest.php
|
Remove unneeded checks if it runs on a Windows machine
|
10 years ago |
|
InfoXmlTest.php
|
Add tests for commands in info.xml
|
9 years ago |
|
InstallerTest.php
|
Prevent downgrade attacks for apps
|
9 years ago |
|
LargeFileHelperGetFileSizeTest.php
|
Remove unneeded Windows logic
|
9 years ago |
|
LargeFileHelperTest.php
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
LegacyHelperTest.php
|
Simplify isSubDirectory check
|
9 years ago |
|
LoggerTest.php
|
add test
|
9 years ago |
|
NaturalSortTest.php
|
Fix lib/
|
10 years ago |
|
NavigationManagerTest.php
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
PreviewTest.php
|
Fix failing preview unit tests (#26039)
|
9 years ago |
|
RepairStepTest.php
|
Fix lib/
|
10 years ago |
|
ServerTest.php
|
Add update support
|
9 years ago |
|
SetupTest.php
|
Fix getMock SetupTest
|
9 years ago |
|
StreamWrappersTest.php
|
Fix tests
|
9 years ago |
|
SubAdminTest.php
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
TagsTest.php
|
Fix getMock TagTest
|
9 years ago |
|
TempManagerTest.php
|
Fix getMock TempManagerTest
|
9 years ago |
|
TemplateFunctionsTest.php
|
Fix lib/
|
10 years ago |
|
TestCase.php
|
Add a magic wrapper from hell to allow phpunit4 to run the code again
|
9 years ago |
|
TestCasePhpUnit4.php
|
Add a magic wrapper from hell to allow phpunit4 to run the code again
|
9 years ago |
|
TestCasePhpUnit5.php
|
Add a magic wrapper from hell to allow phpunit4 to run the code again
|
9 years ago |
|
TestCasePhpUnitCompatibility.php
|
Add a magic wrapper from hell to allow phpunit4 to run the code again
|
9 years ago |
|
TestMoveableMountPoint.php
|
Move tests/ to PSR-4 (#24731)
|
10 years ago |
|
UpdaterTest.php
|
Kill update simulation
|
9 years ago |
|
UrlGeneratorTest.php
|
Fix urlgenerator test
|
9 years ago |
|
UserTest.php
|
Fix failing tests after db split
|
9 years ago |
|
UtilCheckServerTest.php
|
Remove unneeded checks if it runs on a Windows machine
|
10 years ago |
|
UtilTest.php
|
Fix more tests
|
9 years ago |