PHP 클래스 Gc\View\Helper\ScriptTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$object Script
$script Gc\Script\Model

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

setUp() 보호된 메소드

This method is called before a test is executed.
protected setUp ( ) : void
리턴 void

tearDown() 보호된 메소드

This method is called after a test is executed.
protected tearDown ( ) : void
리턴 void

testCall() 공개 메소드

Test
public testCall ( ) : void
리턴 void

testCallWithIsCallablePlugin() 공개 메소드

Test
public testCallWithIsCallablePlugin ( ) : void
리턴 void

testGetDocument() 공개 메소드

Test
public testGetDocument ( ) : void
리턴 void

testGetParam() 공개 메소드

Test
public testGetParam ( ) : void
리턴 void

testGetRequest() 공개 메소드

Test
public testGetRequest ( ) : void
리턴 void

testGetResponse() 공개 메소드

Test
public testGetResponse ( ) : void
리턴 void

testGetServiceLocator() 공개 메소드

Test
public testGetServiceLocator ( ) : void
리턴 void

testInvoke() 공개 메소드

Test
public testInvoke ( ) : void
리턴 void

testInvokeWithTemplates() 공개 메소드

Test
public testInvokeWithTemplates ( ) : void
리턴 void

testInvokeWithoutConfiguration() 공개 메소드

Test

testPlugin() 공개 메소드

Test
public testPlugin ( ) : void
리턴 void

프로퍼티 상세

$object 보호되어 있는 프로퍼티

protected Script,Gc\View\Helper $object
리턴 Script

$script 보호되어 있는 프로퍼티

protected Model,Gc\Script $script
리턴 Gc\Script\Model