X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FConsole%2FConsoleTest.php;h=7f2f13c7395fbc7c83043c44985834faf5087c3d;hb=fc19d983921e8c04774b7e4b357f1a8b1585d84b;hp=64fab4baf6d0a9f8164fcfa2c3a9ba2b6994c7ff;hpb=e9f0c4dbfb4a7c8732e7c4408b10941ae9efa2c9;p=friendica.git diff --git a/tests/src/Console/ConsoleTest.php b/tests/src/Console/ConsoleTest.php index 64fab4baf6..7f2f13c739 100644 --- a/tests/src/Console/ConsoleTest.php +++ b/tests/src/Console/ConsoleTest.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Test\src\Console; @@ -27,7 +46,7 @@ abstract class ConsoleTest extends MockedTest * * @return string the output of the execution */ - protected function dumpExecute($console) + protected function dumpExecute(Console $console) { Intercept::reset(); $console->execute();