InteractsWithConsole
trait InteractsWithConsole (View source)
Properties
| bool | $mockConsoleOutput | Indicates if the console output should be mocked.  | 
                |
| array | $expectedOutput | All of the expected output lines.  | 
                |
| array | $expectedQuestions | All of the expected questions.  | 
                
Methods
                    PendingCommand|int
                
                
                    artisan(string $command, array $parameters = [])
        
                                            
                
            Call artisan command and return code.
                    $this
                
                
                    withoutMockingConsoleOutput()
        
                                            
                
            Disable mocking the console output.
Details
        
                            PendingCommand|int
    artisan(string $command, array $parameters = [])
        
    
    Call artisan command and return code.
        
                    protected        $this
    withoutMockingConsoleOutput()
        
    
    Disable mocking the console output.