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