summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-03 17:24:51 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-04-03 20:41:14 +0200
commite68f7771860952e9eeaab8d47bd168595a7c5731 (patch)
tree535b5569875cf6bde7115499a811fded33385198
parent186eb31de2b2d9d39edd99a585faeee44849a317 (diff)
Use PSR-4 naming for classes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--Makefile2
-rw-r--r--lib/Controller/PageController.php (renamed from controller/pagecontroller.php)0
-rw-r--r--tests/unit/Controller/PageControllerTest.php (renamed from tests/unit/controller/PageControllerTest.php)0
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab4ec9fd..0eb3b1f1 100644
--- a/Makefile
+++ b/Makefile
@@ -132,10 +132,10 @@ appstore:
tar cvzf $(appstore_package_name).tar.gz \
--exclude-vcs \
$(project_directory)/appinfo \
- $(project_directory)/controller \
$(project_directory)/css \
$(project_directory)/img \
$(project_directory)/l10n \
+ $(project_directory)/lib \
$(project_directory)/templates \
$(project_directory)/js/public \
$(project_directory)/js/dav/dav.js \
diff --git a/controller/pagecontroller.php b/lib/Controller/PageController.php
index 3ade020c..3ade020c 100644
--- a/controller/pagecontroller.php
+++ b/lib/Controller/PageController.php
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/Controller/PageControllerTest.php
index 548081da..548081da 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/Controller/PageControllerTest.php