nextcloud/tests/Settings/Controller
Morris Jobke 5b4adf66e5
Move OC_Defaults to OCP\Defaults
* currently there are two ways to access default values:
  OCP\Defaults or OC_Defaults (which is extended by
  OCA\Theming\ThemingDefaults)
* our code used a mixture of both of them, which made
  it hard to work on theme values
* this extended the public interface with the missing
  methods and uses them everywhere to only rely on the
  public interface

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-09 21:43:01 -05:00
..
AdminSettingsControllerTest.php Use MockBuilder instead of createMock 2016-08-15 16:43:22 +02:00
AppSettingsControllerTest.php Proxy images through usercontent.apps.nextcloud.com 2016-10-31 17:17:47 +01:00
AuthSettingsControllerTest.php Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions 2016-11-18 15:42:30 +01:00
CertificateControllerTest.php Remove IE8 support in CertificateController 2016-08-16 20:51:43 +02:00
CheckSetupControllerTest.php Fix unit tests of master 2017-03-16 12:46:02 +01:00
EncryptionControllerTest.php Fix tests 2016-10-06 14:05:52 +02:00
GroupsControllerTest.php Fix tests 2016-10-06 14:05:52 +02:00
MailSettingsControllerTest.php phpunit min version is 4.8 2016-10-06 14:07:32 +02:00
PersonalControllerTest.php Add settings PersonalController 2016-11-06 14:05:49 +01:00
SecuritySettingsControllerTest.php Fix tests 2016-10-06 14:05:52 +02:00
UsersControllerTest.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00