Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
testDefinition example
$this
->
getContainer
(
)
->
get
(
Connection::
class
)
->
beginTransaction
(
)
;
$this
->
testStorage
(
$container
)
;
$this
->
testCreateFromXml
(
)
;
$this
->
testPersist
(
)
;
$this
->
testAutoPermissions
(
)
;
$this
->
testDefinition
(
$container
)
;
$this
->
testRepository
(
$ids
,
$container
)
;
$this
->
testEntityApi
(
$ids
)
;
$this
->
testStoreApiAware
(
$ids
,
$container
)
;
$this
->
testEventSystem
(
$ids
,
$container
)
;
$this
->
testInheritance
(
$ids
,
$container
)
;