AttributeBagTest
extends TestCase
in package
Tests AttributeBag.
Tags
Table of Contents
- $array : mixed
- $bag : AttributeBag
- attributesProvider() : mixed
- testAll() : mixed
- testClear() : mixed
- testCount() : mixed
- testGet() : mixed
- testGetDefaults() : mixed
- testGetIterator() : mixed
- testGetSetName() : mixed
- testGetStorageKey() : mixed
- testHas() : mixed
- testInitialize() : mixed
- testRemove() : mixed
- testReplace() : mixed
- testSet() : mixed
- setUp() : mixed
- tearDown() : mixed
Properties
$array
private
mixed
$array
= []
$bag
private
AttributeBag
$bag
Methods
attributesProvider()
public
attributesProvider() : mixed
Return values
mixed —testAll()
public
testAll() : mixed
Return values
mixed —testClear()
public
testClear() : mixed
Return values
mixed —testCount()
public
testCount() : mixed
Return values
mixed —testGet()
public
testGet(mixed $key, mixed $value, mixed $expected) : mixed
Parameters
- $key : mixed
- $value : mixed
- $expected : mixed
Tags
Return values
mixed —testGetDefaults()
public
testGetDefaults() : mixed
Return values
mixed —testGetIterator()
public
testGetIterator() : mixed
Return values
mixed —testGetSetName()
public
testGetSetName() : mixed
Return values
mixed —testGetStorageKey()
public
testGetStorageKey() : mixed
Return values
mixed —testHas()
public
testHas(mixed $key, mixed $value, mixed $exists) : mixed
Parameters
- $key : mixed
- $value : mixed
- $exists : mixed
Tags
Return values
mixed —testInitialize()
public
testInitialize() : mixed
Return values
mixed —testRemove()
public
testRemove() : mixed
Return values
mixed —testReplace()
public
testReplace() : mixed
Return values
mixed —testSet()
public
testSet(mixed $key, mixed $value, mixed $expected) : mixed
Parameters
- $key : mixed
- $value : mixed
- $expected : mixed
Tags
Return values
mixed —setUp()
protected
setUp() : mixed
Return values
mixed —tearDown()
protected
tearDown() : mixed