Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
removeMigrationsCannotRemoveShopwareMigrations example
$this
->
deactivatePluginNotInstalledThrowsException
(
$this
->context
)
;
}
public
function
testDeactivatePluginNotActivatedThrowsException
(
)
: void
{
$this
->
deactivatePluginNotActivatedThrowsException
(
$this
->context
)
;
}
public
function
testRemoveMigrationsCannotRemoveShopwareMigrations
(
)
: void
{
$this
->
removeMigrationsCannotRemoveShopwareMigrations
(
$this
->context
)
;
}
public
function
testInstallPluginWithNonStandardLanguage
(
)
: void
{
$this
->
installPluginTest
(
$this
->
createNonStandardLanguageContext
(
)
)
;
}
public
function
testInstallPluginWithoutConfigWithNonStandardLanguage
(
)
: void
{
$this
->
installPluginWithoutConfig
(
$this
->
createNonStandardLanguageContext
(
)
)
;
}