PHP Class Datatypes\Upload\DatatypeTest

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

Protected Properties

Property Type Description
$datatype Gc\Datatype\Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Datatype
$property Gc\Property\Model
$tab Gc\Tab\Model
$user Gc\User\Model
$view Gc\View\Model

Public Methods

Method Description
testGetEditor ( ) : void Test
testGetPrevalueEditor ( ) : 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

testGetEditor() public method

Test
public testGetEditor ( ) : void
return void

testGetPrevalueEditor() public method

Test
public testGetPrevalueEditor ( ) : void
return void

Property Details

$datatype protected_oe property

protected Model,Gc\Datatype $datatype
return Gc\Datatype\Model

$documentType protected_oe property

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

$layout protected_oe property

protected Model,Gc\Layout $layout
return Gc\Layout\Model

$object protected_oe property

protected Datatype,Datatypes\Upload $object
return Datatype

$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