Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
activatePluginThrowsException example
$this
->
updatePluginThrowsIfPluginIsNotInstalled
(
$this
->context
)
;
}
public
function
testActivatePlugin
(
)
: void
{
$this
->
activatePlugin
(
$this
->context
)
;
}
public
function
testActivatePluginThrowsException
(
)
: void
{
$this
->
activatePluginThrowsException
(
$this
->context
)
;
}
public
function
testDeactivatePlugin
(
)
: void
{
$this
->
deactivatePlugin
(
$this
->context
)
;
}
public
function
testDeactivatePluginNotInstalledThrowsException
(
)
: void
{
$this
->
deactivatePluginNotInstalledThrowsException
(
$this
->context
)
;
}