Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
getInputOptions example
$this
->
assertDescription
(
$expectedDescription
,
$application
)
;
}
public
static
function
getDescribeInputArgumentTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getInputArguments
(
)
)
;
}
public
static
function
getDescribeInputOptionTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getInputOptions
(
)
)
;
}
public
static
function
getDescribeInputDefinitionTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getInputDefinitions
(
)
)
;
}
public
static
function
getDescribeCommandTestData
(
)
{
return
static
::
getDescriptionTestData
(
ObjectsProvider::
getCommands
(
)
)
;
}