ManagedV2Test
extends Assert
in package
Assert that the managed-entity mixin is working properly.
This class defines the assertions to run when installing or uninstalling the extension. It use called as part of E2E_Shimmy_LifecycleTest.
Tags
Table of Contents
Properties
- $expectTitles : mixed
Methods
- testDisabled() : void
- testInstalled() : void
- testPreConditions() : void
- testUninstalled() : void
- getPath() : string
- getMyGroups() : array<string|int, mixed>
Properties
$expectTitles
private
mixed
$expectTitles
= [
// Sort by name, ascending.
'Shimmy Group (api/v3/)',
'Shimmy Group (CRM/Shimmy/)',
'Shimmy Group (managed/)',
'Shimmy Group (./)',
]
Methods
testDisabled()
public
testDisabled(mixed $cv) : void
Parameters
- $cv : mixed
testInstalled()
public
testInstalled(mixed $cv) : void
Parameters
- $cv : mixed
testPreConditions()
public
testPreConditions(mixed $cv) : void
Parameters
- $cv : mixed
testUninstalled()
public
testUninstalled(mixed $cv) : void
Parameters
- $cv : mixed
getPath()
protected
static getPath([mixed $suffix = '' ]) : string
Parameters
- $suffix : mixed = ''
Return values
stringgetMyGroups()
private
getMyGroups(mixed $cv) : array<string|int, mixed>
Parameters
- $cv : mixed