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