PHP Class Gc\View\Helper\ScriptTest

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

Protected Properties

Свойство Type Description
$object Script
$script Gc\Script\Model

Méthodes publiques

Méthode Description
testCall ( ) : void Test
testCallWithIsCallablePlugin ( ) : void Test
testGetDocument ( ) : void Test
testGetParam ( ) : void Test
testGetRequest ( ) : void Test
testGetResponse ( ) : void Test
testGetServiceLocator ( ) : void Test
testInvoke ( ) : void Test
testInvokeWithTemplates ( ) : void Test
testInvokeWithoutConfiguration ( ) : void Test
testPlugin ( ) : 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

testCall() public méthode

Test
public testCall ( ) : void
Résultat void

testCallWithIsCallablePlugin() public méthode

Test
public testCallWithIsCallablePlugin ( ) : void
Résultat void

testGetDocument() public méthode

Test
public testGetDocument ( ) : void
Résultat void

testGetParam() public méthode

Test
public testGetParam ( ) : void
Résultat void

testGetRequest() public méthode

Test
public testGetRequest ( ) : void
Résultat void

testGetResponse() public méthode

Test
public testGetResponse ( ) : void
Résultat void

testGetServiceLocator() public méthode

Test
public testGetServiceLocator ( ) : void
Résultat void

testInvoke() public méthode

Test
public testInvoke ( ) : void
Résultat void

testInvokeWithTemplates() public méthode

Test
public testInvokeWithTemplates ( ) : void
Résultat void

testInvokeWithoutConfiguration() public méthode

Test
public testInvokeWithoutConfiguration ( ) : void
Résultat void

testPlugin() public méthode

Test
public testPlugin ( ) : void
Résultat void

Property Details

$object protected_oe property

protected Script,Gc\View\Helper $object
Résultat Script

$script protected_oe property

protected Model,Gc\Script $script
Résultat Gc\Script\Model