server/apps/provisioning_api/tests/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
..
AppConfigControllerTest.php Add unit tests 2016-10-21 09:59:34 +02:00
AppsControllerTest.php Use new appstore API 2016-10-31 17:17:44 +01:00
GroupsControllerTest.php Move Groups over to OCSController 2016-08-14 18:34:01 +02:00
UsersControllerTest.php Move OC_Defaults to OCP\Defaults 2017-04-09 21:43:01 -05:00