Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
testInheritance example
$this
->
testDefinition
(
$container
)
;
$this
->
testRepository
(
$ids
,
$container
)
;
$this
->
testEntityApi
(
$ids
)
;
$this
->
testStoreApiAware
(
$ids
,
$container
)
;
$this
->
testEventSystem
(
$ids
,
$container
)
;
$this
->
testInheritance
(
$ids
,
$container
)
;
$this
->
testAllowDisable
(
false
)
;
$this
->
getContainer
(
)
->
get
(
Connection::
class
)
->
rollBack
(
)
;
self::
cleanUp
(
$container
)
;
}
public
function
testSchemaUpdate
(
)
: void
{
$entities
= CustomEntityXmlSchema::
createFromXmlFile
(
__DIR__ . '/_fixtures/custom-entity-test/Resources/install.xml'
)
;