commit 6a03db2ffc1745786b802a47f83dfd17207efab5 Author: Dennis Eichhorn Date: Wed Jun 5 22:03:12 2019 +0200 Add test/install for shop diff --git a/Admin/Install/Application/Shop/Application.php b/Admin/Install/Application/Shop/Application.php new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/Application/Shop/ShopView.php b/Admin/Install/Application/Shop/ShopView.php new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/Application/Shop/index.tpl.php b/Admin/Install/Application/Shop/index.tpl.php new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/Application/Shop/manifest.json b/Admin/Install/Application/Shop/manifest.json new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/Application/config.tpl.php b/Admin/Install/Application/config.tpl.php new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Install/db.json b/Admin/Install/db.json new file mode 100644 index 0000000..e69de29 diff --git a/Admin/Installer.php b/Admin/Installer.php new file mode 100644 index 0000000..87604a0 --- /dev/null +++ b/Admin/Installer.php @@ -0,0 +1,49 @@ + [ + [ + 'dest' => '\Modules\Shop\Controller\ShopController:viewWelcome', + 'verb' => RouteVerb::GET, + 'permission' => [ + 'module' => ShopController::MODULE_NAME, + 'type' => PermissionType::READ, + 'state' => PermissionState::SHOP, + ], + ], + ], +]; \ No newline at end of file diff --git a/Admin/Status.php b/Admin/Status.php new file mode 100644 index 0000000..94abe1b --- /dev/null +++ b/Admin/Status.php @@ -0,0 +1,30 @@ +