Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
doTestTranslationOverview example
protected
$defaultCacheContexts
=
[
'languages:language_interface', 'theme', 'url.query_args:_wrapper_format', 'user.permissions'
]
;
/** * Tests the basic translation UI. */
public
function
testTranslationUI
(
)
{
$this
->
doTestBasicTranslation
(
)
;
$this
->
doTestTranslationOverview
(
)
;
$this
->
doTestOutdatedStatus
(
)
;
$this
->
doTestPublishedStatus
(
)
;
$this
->
doTestAuthoringInfo
(
)
;
$this
->
doTestTranslationEdit
(
)
;
$this
->
doTestTranslationChanged
(
)
;
$this
->
doTestChangedTimeAfterSaveWithoutChanges
(
)
;
$this
->
doTestTranslationDeletion
(
)
;
}
/** * Tests the basic translation workflow. */