Documentation

AttributeBagTest extends TestCase
in package

Tests AttributeBag.

Tags
author

Drak drak@zikula.org

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

Methods

attributesProvider()

public attributesProvider() : mixed
Return values
mixed

testGet()

public testGet(mixed $key, mixed $value, mixed $expected) : mixed
Parameters
$key : mixed
$value : mixed
$expected : mixed
Tags
dataProvider

attributesProvider

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
dataProvider

attributesProvider

Return values
mixed

testInitialize()

public testInitialize() : mixed
Return values
mixed

testSet()

public testSet(mixed $key, mixed $value, mixed $expected) : mixed
Parameters
$key : mixed
$value : mixed
$expected : mixed
Tags
dataProvider

attributesProvider

Return values
mixed

Search results