PHP Class Gc\Datatype\AbstractDatatype\AbstractEditorTest

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

Protected Properties

Property Type Description
$documentType Gc\DocumentType\Model
$object AbstractEditor
$property Gc\Property\Model
$tab Gc\Tab\Model
$user Gc\User\Model
$view Gc\View\Model

Public Methods

Method Description
testAddPath ( ) : void Test
testGetConfig ( ) : void Test
testGetDatatype ( ) : void Test
testGetHelper ( ) : void Test
testGetName ( ) : void Test
testGetProperty ( ) : void Test
testGetRequest ( ) : void Test
testGetUploadUrl ( ) : void Test
testGetValue ( ) : void Test
testRender ( ) : void Test
testSetConfig ( ) : void Test
testSetValue ( ) : 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

testGetDatatype() public method

Test
public testGetDatatype ( ) : void
return void

testGetHelper() public method

Test
public testGetHelper ( ) : void
return void

testGetName() public method

Test
public testGetName ( ) : void
return void

testGetProperty() public method

Test
public testGetProperty ( ) : void
return void

testGetRequest() public method

Test
public testGetRequest ( ) : void
return void

testGetUploadUrl() public method

Test
public testGetUploadUrl ( ) : void
return void

testGetValue() public method

Test
public testGetValue ( ) : void
return void

testRender() public method

Test
public testRender ( ) : void
return void

testSetConfig() public method

Test
public testSetConfig ( ) : void
return void

testSetValue() public method

Test
public testSetValue ( ) : void
return void

Property Details

$documentType protected_oe property

protected Model,Gc\DocumentType $documentType
return Gc\DocumentType\Model

$object protected_oe property

protected AbstractEditor,Gc\Datatype\AbstractDatatype $object
return AbstractEditor

$property protected_oe property

protected Model,Gc\Property $property
return Gc\Property\Model

$tab protected_oe property

protected Model,Gc\Tab $tab
return Gc\Tab\Model

$user protected_oe property

protected Model,Gc\User $user
return Gc\User\Model

$view protected_oe property

protected Model,Gc\View $view
return Gc\View\Model