PHP 클래스 ContainerTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

공개 메소드들

메소드 설명
setUp ( ) WP Unit test framework auto initializes our Container but we don't want this, clear it before running tests
tearDown ( ) Put back Container to the way it was
test_getException ( )
test_getPimpleException ( )
test_getSet ( )
test_initSetGetPimple ( )
test_setException ( )

메소드 상세

setUp() 공개 메소드

WP Unit test framework auto initializes our Container but we don't want this, clear it before running tests
public setUp ( )

tearDown() 공개 메소드

Put back Container to the way it was
public tearDown ( )

test_getException() 공개 메소드

public test_getException ( )

test_getPimpleException() 공개 메소드

test_getSet() 공개 메소드

public test_getSet ( )

test_initSetGetPimple() 공개 메소드

test_setException() 공개 메소드

public test_setException ( )