Documentation

EntityTypesTest extends Assert
in package

Assert that the `settings/*.setting.php` 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
see
E2E_Shimmy_LifecycleTest

Table of Contents

Constants

EXAMPLE_DAO  = 'CRM_Shimmy_DAO_ShimThing'
EXAMPLE_NAME  = 'ShimThing'
EXAMPLE_TABLE  = 'civicrm_shim_thing'

Methods

testDisabled()  : void
testInstalled()  : void
testPreConditions()  : void
testUninstalled()  : void
getPath()  : string

Constants

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
string

        
On this page

Search results