]> source.dussan.org Git - nextcloud-server.git/commit
Move classes to PSR-4
authorJoas Schilling <coding@schilljs.com>
Thu, 28 Jul 2016 13:35:56 +0000 (15:35 +0200)
committerBjoern Schiessle <bjoern@schiessle.org>
Thu, 28 Jul 2016 15:49:08 +0000 (17:49 +0200)
commit7efadf7b6bafcd5f228d617a010ebad34ecce9b7
tree0ffa142d7d601da65aaedfe4223d4b59b165777c
parenta1f02086e576b2ba0b98f3061e6a06f377299b8f
Move classes to PSR-4
12 files changed:
apps/theming/lib/Controller/ThemingController.php [new file with mode: 0644]
apps/theming/lib/Template.php [new file with mode: 0644]
apps/theming/lib/Util.php [new file with mode: 0644]
apps/theming/lib/controller/themingcontroller.php [deleted file]
apps/theming/lib/template.php [deleted file]
apps/theming/lib/util.php [deleted file]
apps/theming/tests/Controller/ThemingControllerTest.php [new file with mode: 0644]
apps/theming/tests/TemplateTest.php [new file with mode: 0644]
apps/theming/tests/UtilTest.php [new file with mode: 0644]
apps/theming/tests/lib/TemplateTest.php [deleted file]
apps/theming/tests/lib/UtilTest.php [deleted file]
apps/theming/tests/lib/controller/ThemingControllerTest.php [deleted file]