PHP 클래스 Gc\Module\AbstractModuleTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$object AbstractModule

공개 메소드들

메소드 설명
testGetAdapter ( ) : void Test
testGetDriverName ( ) : void Test
testUpdate ( ) : void Test

보호된 메소드들

메소드 설명
getMethod ( string $name ) : mixed Retrieve protected method
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.

메소드 상세

getMethod() 보호된 메소드

Retrieve protected method
protected getMethod ( string $name ) : mixed
$name string Name
리턴 mixed

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

testGetAdapter() 공개 메소드

Test
public testGetAdapter ( ) : void
리턴 void

testGetDriverName() 공개 메소드

Test
public testGetDriverName ( ) : void
리턴 void

testUpdate() 공개 메소드

Test
public testUpdate ( ) : void
리턴 void

프로퍼티 상세

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

protected AbstractModule,Gc\Module $object
리턴 AbstractModule