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