Roeland Jago Douma 84482eb25a Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attr 6 년 전
..
Accounts 43e498844e Use ::class in test mocks 7 년 전
Activity 43e498844e Use ::class in test mocks 7 년 전
App 362e6b2903 Fix tests 6 년 전
AppFramework a2db959f5c Merge pull request #8593 from eneiluj/master 6 년 전
Archive 1088068c60 Remove \OCP\Files::tmpFolder 6 년 전
Authentication 6b7cf46727 Certain tokens can expire 6 년 전
BackgroundJob 43e498844e Use ::class in test mocks 7 년 전
Cache 0896d2b006 Make cache tests a bit more clear 7 년 전
Calendar 556b2a2b6f implement CalendarManager 7 년 전
Collaboration 882096653e Fix calculation if there are more results 6 년 전
Command 1ebf91ec16 Add proper EOL 7 년 전
Comments cccdfaa6e9 Fix FakeManager 6 년 전
Contacts bf2be08c9f Fix risky tests without assertions 6 년 전
DB a4cb83df27 Add tests for special domain name 6 년 전
Diagnostics 9fec4031b3 Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643) 7 년 전
Encryption 3917a54113 Class "ProgressBar" is declared "final" and cannot be mocked. 6 년 전
Federation bf2be08c9f Fix risky tests without assertions 6 년 전
Files 9c23c7c821 Fix ViewTest 6 년 전
GlobalScale 7c2d473d76 add new config switched for the global scale architecture 7 년 전
Group 720e64ba55 Fixed caldav tests and metadata 2 6 년 전
Hooks bf2be08c9f Fix risky tests without assertions 6 년 전
Http 9b25ff9fcb adjust httpclient to guzzle6 6 년 전
IntegrityCheck 72e745be26 Handle strict typing in Checker and fix tests 6 년 전
L10N 2a21471c74 make sure force language is reflected in html lang attribute 6 년 전
Lock 89a9d35d90 dont keep shared database locks when running cli scripts 6 년 전
Lockdown baec42e80a Save the scope of an auth token in the session 7 년 전
Log aff5fe68b3 use SystemConfig, less dependencies, and not publicly needed 6 년 전
Mail 9ee1febf62 Provide an option to disable HTML emails 6 년 전
Memcache c5fcfb0709 Made the cache factory strict 6 년 전
Migration 43e498844e Use ::class in test mocks 7 년 전
Notification 870023365c Fix "Undefined method setExpectedException()" 6 년 전
OCS 7753b93aa6 PrivateData to app 7 년 전
Preview 0dffd07a60 Add tests 6 년 전
PublicNamespace 934eade56f Migrate tests for contacts manager to correct test class 6 년 전
Remote 5ce69e7c42 Add some more tests for ocs remote api 7 년 전
Repair b87e5a0f2e Move depsCache clearing to SCSSCacher/JSCombiner 6 년 전
RichObjectStrings bf2be08c9f Fix risky tests without assertions 6 년 전
Security 362e6b2903 Fix tests 6 년 전
Session c733cdaa65 Use ::class in test mocks of encryption app 7 년 전
Settings 35cb529df3 Fix settings tests 6 년 전
Share 7785c3752f Remove deprecated HTTPHelper 6 년 전
Share20 bf2be08c9f Fix risky tests without assertions 6 년 전
Support bf2be08c9f Fix risky tests without assertions 6 년 전
SystemTag 43e498844e Use ::class in test mocks 7 년 전
Template 362e6b2903 Fix tests 6 년 전
Traits 55532f19d9 Cleanup OC_User and OCP\User 6 년 전
Updater ec1e039790 Show EOL warning in the update section 6 년 전
User 991d9b5c3a Fix session tests 6 년 전
Util 2fde21e318 extend tests for status quo 6 년 전
APITest.php a1232f46ca Remove unused methods and constants from legacy OC_API 6 년 전
AllConfigTest.php a0ada9aab4 Don't use deprecated getMock() anymore 7 년 전
AppConfigTest.php 5dc6899d1a Fix tests 7 년 전
AppTest.php 46d0d0cda1 fix appinfo parsing when a single localized option is provided 6 년 전
AutoLoaderTest.php 54b637e83c Fix unit tests 8 년 전
AvatarManagerTest.php 48ea7251d7 Use \OC\User\Manager internally in the avatarmanager 6 년 전
AvatarTest.php 3d4c698f44 Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 6 년 전
CapabilitiesManagerTest.php 2a38605545 Properly log the full exception instead of only the message 6 년 전
ConfigTest.php 95a21e2f2a Check for boolean false and add tests 7 년 전
ContactsManagerTest.php 934eade56f Migrate tests for contacts manager to correct test class 6 년 전
DateTimeFormatterTest.php ca4278a4d7 Provide tests for future timestamp formatting 7 년 전
ErrorHandlerTest.php 55fc6536d3 FIx lib/ a-d 8 년 전
FileChunkingTest.php ab36980d20 Use ::class in test mocks of dav app 7 년 전
FilesTest.php a3c8534b7b Make sure memory limit is > post size and upload filesize 8 년 전
HelperStorageTest.php 51c55a867d fix quota tests for external storage 7 년 전
HookHelper.php 94ad54ec9b Move tests/ to PSR-4 (#24731) 8 년 전
ImageTest.php 3d4c698f44 Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called 6 년 전
InfoXmlTest.php bf2be08c9f Fix risky tests without assertions 6 년 전
InstallerTest.php 514de5dfa1 Use isInstalled of AppManger instead of reimplement it 6 년 전
LargeFileHelperGetFileSizeTest.php a3c1d74829 Remove unneeded Windows logic 8 년 전
LargeFileHelperTest.php 94ad54ec9b Move tests/ to PSR-4 (#24731) 8 년 전
LegacyHelperTest.php c0c4443ffc Fixed tests 6 년 전
LoggerTest.php 0e6a317516 revert Log's dependency to SystemConfig to work during Installation 6 년 전
NaturalSortTest.php 9a4253ef7c Fix lib/ 8 년 전
NavigationManagerTest.php f9dbaf6f2a Make sure we test the proper order in the NavigationManagerTest 6 년 전
RepairStepTest.php a0ada9aab4 Don't use deprecated getMock() anymore 7 년 전
ServerTest.php 7785c3752f Remove deprecated HTTPHelper 6 년 전
SetupTest.php 0e2f00ec59 Get the Installer via DI 7 년 전
SubAdminTest.php 94ad54ec9b Move tests/ to PSR-4 (#24731) 8 년 전
TagsTest.php cf7c4a4439 Merge pull request #6123 from nextcloud/cleanup-shareItem 7 년 전
TempManagerTest.php 6994bce951 Loglevel is an int 6 년 전
TemplateFunctionsTest.php 9a4253ef7c Fix lib/ 8 년 전
TestCase.php c3424df1f0 Require PHPUnit 6.5 or higher 6 년 전
TestMoveableMountPoint.php 94ad54ec9b Move tests/ to PSR-4 (#24731) 8 년 전
UpdaterTest.php c70927eaa0 Remove not needed 3rdparty app disabling during upgrade for PHP 5.x 6 년 전
UrlGeneratorTest.php c0c4443ffc Fixed tests 6 년 전
UtilCheckServerTest.php edd55b0ea9 Use SystemConfig instead of AllConfig for DB stuff 7 년 전
UtilTest.php 1088068c60 Remove \OCP\Files::tmpFolder 6 년 전