]> git.mxchange.org Git - friendica.git/commit
Config Console Tests (#5621)
authorPhilipp <admin+Github@philipp.info>
Fri, 17 Aug 2018 19:41:46 +0000 (21:41 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Fri, 17 Aug 2018 19:41:46 +0000 (19:41 +0000)
commit4eaeea7889d6024f2bb837c796fb708bab09be86
tree168c21e69b18e8cbe58467028c79f788177dd93f
parent1711f4dc560ea1d77066f49f8c9bf74418b85f81
Config Console Tests (#5621)

* Config Console Tests
- `MultiUseConsole` is now a testable console
- `ConsoleTest` is a abstract TestClass for console tests
- `ConfigConsoleTest` tests the config console commands

* disable preserve global state because of smarty

* fixed requires & basepath für Console Test
tests/Util/Intercept.php [new file with mode: 0644]
tests/src/Core/Console/ConfigConsoleTest.php [new file with mode: 0644]
tests/src/Core/Console/ConsoleTest.php [new file with mode: 0644]
tests/src/Core/Console/MultiUseConsole.php [new file with mode: 0644]