LocaleInfoCommandTest extends TestCase Uses runCommand
Test for LocaleInfoCommand (locale:info)
Table of Contents
| $commandToTest | string | |
|---|---|---|
| setUp() | {@inheritdoc} | void | 
| testCommand() | Test base command without any arguments | void | 
| runCommand() | CommandTester | 
Properties
$commandToTest
        protected
                string
        $commandToTest
         = \UserFrosting\Sprinkle\Core\Bakery\LocaleInfoCommand::class    
            
Methods
setUp()
{@inheritdoc}
        public
                                setUp(
                )
        : void
    
    
    
        
    
testCommand()
Test base command without any arguments
        public
                                testCommand(
                )
        : void
    
    
    
        
    
runCommand()
        protected
                                runCommand(
                    
            [                $input :
                string[]
                 = [] ]            
                    
            [,                 $userInput :
                string[]
                 = [] ]            
                )
        : CommandTester
    
    
            Parameters
- $input : string[] = []
 Command arguments and options
- $userInput : string[] = []
 User Interactions