PHP Class Gc\Datatype\AbstractDatatypeTest

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

Protected Properties

Property Type Description
$datatype Model
$object AbstractDatatype

Public Methods

Method Description
testAddPath ( ) : void Test
testGetConfig ( ) : void Test
testGetConfigWithNotSerializeValue ( ) : void Test
testGetDocument ( ) : void Test
testGetHelper ( ) : void Test
testGetInfos ( ) : void Test
testGetName ( ) : void Test
testGetProperty ( ) : void Test
testGetUploadUrl ( ) : void Test
testLoad ( ) : void Test
testLoadWithEmptyDatatype ( ) : void Test
testRender ( ) : void Test
testSetConfig ( ) : void Test
testSetProperty ( ) : 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

testAddPath() public method

Test
public testAddPath ( ) : void
return void

testGetConfig() public method

Test
public testGetConfig ( ) : void
return void

testGetConfigWithNotSerializeValue() public method

Test

testGetDocument() public method

Test
public testGetDocument ( ) : void
return void

testGetHelper() public method

Test
public testGetHelper ( ) : void
return void

testGetInfos() public method

Test
public testGetInfos ( ) : void
return void

testGetName() public method

Test
public testGetName ( ) : void
return void

testGetProperty() public method

Test
public testGetProperty ( ) : void
return void

testGetUploadUrl() public method

Test
public testGetUploadUrl ( ) : void
return void

testLoad() public method

Test
public testLoad ( ) : void
return void

testLoadWithEmptyDatatype() public method

Test
public testLoadWithEmptyDatatype ( ) : void
return void

testRender() public method

Test
public testRender ( ) : void
return void

testSetConfig() public method

Test
public testSetConfig ( ) : void
return void

testSetProperty() public method

Test
public testSetProperty ( ) : void
return void

Property Details

$datatype protected_oe property

protected Model,Gc\Datatype $datatype
return Model

$object protected_oe property

protected AbstractDatatype,Gc\Datatype $object
return AbstractDatatype