Fix a lot of notices/warnings/deprecation notes in the test directory
This commit is contained in:
@@ -46,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();
|
||||
|
||||
Reference in New Issue
Block a user