PHP Class GcDevelopment\Form\DocumentTypeTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: gotcms/gotcms

Protected Properties

Property Type Description
$object DocumentType

Public Methods

Method Description
testAddProperty ( ) : void Test
testAddPropertyWithPropertyModel ( ) : void Test
testAddPropertyWithoutValidData ( ) : void Test
testAddTab ( ) : void Test
testAddTabWithTabModel ( ) : void Test
testAddTabWithoutValidData ( ) : void Test
testInit ( ) : void Test
testSetValues ( ) : void Test
testSetValuesFromArray ( ) : void Test
testSetValuesWithEmptyTabs ( ) : void Test

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

Method Details

setUp() protected method

This method is called before a test is executed.
protected setUp ( ) : void
return void

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void

testAddProperty() public method

Test
public testAddProperty ( ) : void
return void

testAddPropertyWithPropertyModel() public method

Test

testAddPropertyWithoutValidData() public method

Test

testAddTab() public method

Test
public testAddTab ( ) : void
return void

testAddTabWithTabModel() public method

Test
public testAddTabWithTabModel ( ) : void
return void

testAddTabWithoutValidData() public method

Test
public testAddTabWithoutValidData ( ) : void
return void

testInit() public method

Test
public testInit ( ) : void
return void

testSetValues() public method

Test
public testSetValues ( ) : void
return void

testSetValuesFromArray() public method

Test
public testSetValuesFromArray ( ) : void
return void

testSetValuesWithEmptyTabs() public method

Test
public testSetValuesWithEmptyTabs ( ) : void
return void

Property Details

$object protected_oe property

protected DocumentType,GcDevelopment\Form $object
return DocumentType