WaiverTypesTableTest
extends BaseTestCase
in package
Waivers\Model\Table\WaiverTypesTable Test Case
Table of Contents
Properties
- $WaiverTypes : WaiverTypesTable
- Test subject
Methods
- testCreate() : void
- Test creating a waiver type
- testDeactivateInsteadOfDelete() : void
- Test deactivating instead of deleting active waiver types
- testDelete() : void
- Test deleting a waiver type
- testFindActive() : void
- Test find active scope
- testRetentionPolicyStructureValidation() : void
- Test retention policy validation for required structure
- testUniqueNameValidation() : void
- Test unique name validation
- testUpdate() : void
- Test updating a waiver type
- testValidationDefault() : void
- Test validationDefault method
- setUp() : void
- setUp method
- tearDown() : void
- tearDown method
Properties
$WaiverTypes
Test subject
protected
WaiverTypesTable
$WaiverTypes
Methods
testCreate()
Test creating a waiver type
public
testCreate() : void
testDeactivateInsteadOfDelete()
Test deactivating instead of deleting active waiver types
public
testDeactivateInsteadOfDelete() : void
testDelete()
Test deleting a waiver type
public
testDelete() : void
testFindActive()
Test find active scope
public
testFindActive() : void
Tags
testRetentionPolicyStructureValidation()
Test retention policy validation for required structure
public
testRetentionPolicyStructureValidation() : void
testUniqueNameValidation()
Test unique name validation
public
testUniqueNameValidation() : void
testUpdate()
Test updating a waiver type
public
testUpdate() : void
testValidationDefault()
Test validationDefault method
public
testValidationDefault() : void
Tags
setUp()
setUp method
protected
setUp() : void
tearDown()
tearDown method
protected
tearDown() : void