]> git.mxchange.org Git - friendica.git/commit
Introduce Arguments / Module class
authorPhilipp Holzer <admin+github@philipp.info>
Sun, 11 Aug 2019 12:24:05 +0000 (14:24 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 11 Aug 2019 12:24:05 +0000 (14:24 +0200)
commit2c5ba7fc15b96016684f6c9e047144e10e8d7c46
tree806efe4bac27c7de726d3da3b8cb5bfee011d8af
parent348089127779ff8d7ab12ccc32229f62567efbf9
Introduce Arguments / Module class
- move from App
- add tests for Arguments/Module class
12 files changed:
index.php
src/App.php
src/App/Arguments.php [new file with mode: 0644]
src/App/Mode.php
src/App/Module.php [new file with mode: 0644]
src/Core/Installer.php
src/Model/Profile.php
src/Module/Install.php
static/dependencies.config.php
tests/src/App/ArgumentsTest.php [new file with mode: 0644]
tests/src/App/ModeTest.php
tests/src/App/ModuleTest.php [new file with mode: 0644]