]> git.mxchange.org Git - friendica.git/commit
Automatic Install Tests & Doku (#5674)
authorPhilipp <admin+Github@philipp.info>
Mon, 27 Aug 2018 04:15:55 +0000 (06:15 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Mon, 27 Aug 2018 04:15:55 +0000 (00:15 -0400)
commit2838e4ebaf731234eecb0391e919116837820224
tree8898331d590037d248b847207b7ebdd5de2e3523
parent31d47ade784c080e15626305e7cc49be85ee67b6
Automatic Install Tests & Doku (#5674)

* Automatic Installation Testing
- New dev-library "mikey179/vfsStream"
- created "reload" method for App-Reloads
- ConsoleTest now using virtual directory
- Adding Automatic Installation Tests
- Fixing some probable install-failures

* Updating README for Automatic Installation

* Updating README for Automatic Installation

* Bugfix normal installation

* Fixing copying of config files
composer.json
composer.lock
doc/Install.md
doc/de/Install.md
mod/install.php
src/App.php
src/Core/Console/AutomaticInstallation.php
src/Core/Install.php
tests/src/Core/Console/AutomaticInstallationConsoleTest.php [new file with mode: 0644]
tests/src/Core/Console/ConfigConsoleTest.php
tests/src/Core/Console/ConsoleTest.php