PHP Class Xpressengine\Tests\DynamicField\ConfigHandlerTest

Author: XE Developers ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: xpressengine/xpressengine

Public Methods

Method Description
tearDown ( ) : void tear down
testAdd ( ) : void test config add
testGet ( ) : void test get config
testGetValues ( ) : void test get values
testHandler ( ) : void test config handler
testPut ( ) : void test config put
testRemove ( ) : void test config put
testSetParent ( ) : void test set parent config

Method Details

tearDown() public method

tear down
public tearDown ( ) : void
return void

testAdd() public method

test config add
public testAdd ( ) : void
return void

testGet() public method

test get config
public testGet ( ) : void
return void

testGetValues() public method

test get values
public testGetValues ( ) : void
return void

testHandler() public method

test config handler
public testHandler ( ) : void
return void

testPut() public method

test config put
public testPut ( ) : void
return void

testRemove() public method

test config put
public testRemove ( ) : void
return void

testSetParent() public method

test set parent config
public testSetParent ( ) : void
return void