]> source.dussan.org Git - nextcloud-server.git/commit
Add unit tests
authorLukas Reschke <lukas@statuscode.ch>
Mon, 15 Aug 2016 14:24:56 +0000 (16:24 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 16 Aug 2016 19:10:41 +0000 (21:10 +0200)
commit687f5bee947aa00b0890bd82dc8fcd52c37f613f
tree2b77abc7f0c67656c6337ebaa7ddc08d1047083a
parent1ebbcdcc960499527357f35f1c9c6ec88b3c6e7e
Add unit tests
34 files changed:
apps/encryption/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/federatedfilesharing/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/federation/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/files/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/files_external/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/files_external/tests/Settings/SectionTest.php [new file with mode: 0644]
apps/systemtags/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/theming/lib/Settings/Admin.php
apps/theming/tests/Controller/ThemingControllerTest.php
apps/theming/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/theming/tests/Settings/SectionTest.php [new file with mode: 0644]
apps/updatenotification/tests/Controller/AdminControllerTest.php
apps/user_ldap/lib/Settings/Admin.php
apps/user_ldap/tests/Settings/AdminTest.php [new file with mode: 0644]
apps/user_ldap/tests/Settings/SectionTest.php [new file with mode: 0644]
lib/private/Settings/Admin/Additional.php
lib/private/Settings/Admin/Encryption.php
lib/private/Settings/Admin/Logging.php
lib/private/Settings/Admin/Server.php
lib/private/Settings/Admin/Sharing.php
lib/private/Settings/Admin/TipsTricks.php
lib/private/Settings/Manager.php
lib/private/Settings/Section.php
settings/Controller/AdminSettingsController.php
tests/Settings/Controller/AdminSettingsControllerTest.php [new file with mode: 0644]
tests/Settings/Controller/CheckSetupControllerTest.php
tests/lib/Settings/Admin/AdditionalTest.php [new file with mode: 0644]
tests/lib/Settings/Admin/EncryptionTest.php [new file with mode: 0644]
tests/lib/Settings/Admin/LoggingTest.php [new file with mode: 0644]
tests/lib/Settings/Admin/ServerTest.php [new file with mode: 0644]
tests/lib/Settings/Admin/SharingTest.php [new file with mode: 0644]
tests/lib/Settings/Admin/TipsTricksTest.php [new file with mode: 0644]
tests/lib/Settings/ManagerTest.php [new file with mode: 0644]
tests/lib/Settings/SectionTest.php [new file with mode: 0644]