PHP Class Gc\Property\Value\ModelTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$datatype Gc\Datatype\Model
$document Gc\Document\Model
$documentType Gc\DocumentType\Model
$layout Gc\Layout\Model
$object Model
$property Gc\Property\Model
$tab Gc\Tab\Model
$user Gc\User\Model
$view Gc\View\Model

Méthodes publiques

Méthode Description
testFromArray ( ) : void Test
testFromId ( ) : void Test
testFromWithWrongId ( ) : void Test
testLoad ( ) : void Test
testSave ( ) : void Test
testSaveWithWrongValues ( ) : void Test

Méthodes protégées

Méthode 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 méthode

This method is called before a test is executed.
protected setUp ( ) : void
Résultat void

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void

testFromArray() public méthode

Test
public testFromArray ( ) : void
Résultat void

testFromId() public méthode

Test
public testFromId ( ) : void
Résultat void

testFromWithWrongId() public méthode

Test
public testFromWithWrongId ( ) : void
Résultat void

testLoad() public méthode

Test
public testLoad ( ) : void
Résultat void

testSave() public méthode

Test
public testSave ( ) : void
Résultat void

testSaveWithWrongValues() public méthode

Test
public testSaveWithWrongValues ( ) : void
Résultat void

Property Details

$datatype protected_oe property

protected Model,Gc\Datatype $datatype
Résultat Gc\Datatype\Model

$document protected_oe property

protected Model,Gc\Document $document
Résultat Gc\Document\Model

$documentType protected_oe property

protected Model,Gc\DocumentType $documentType
Résultat Gc\DocumentType\Model

$layout protected_oe property

protected Model,Gc\Layout $layout
Résultat Gc\Layout\Model

$object protected_oe property

protected Model,Gc\Property\Value $object
Résultat Model

$property protected_oe property

protected Model,Gc\Property $property
Résultat Gc\Property\Model

$tab protected_oe property

protected Model,Gc\Tab $tab
Résultat Gc\Tab\Model

$user protected_oe property

protected Model,Gc\User $user
Résultat Gc\User\Model

$view protected_oe property

protected Model,Gc\View $view
Résultat Gc\View\Model