PHP 클래스 Nag_Unit_Nag_Base, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPLv2). If you did not receive this file, see http://www.horde.org/licenses/gpl
저자: Gunnar Wrobel ([email protected])
상속: extends Nag_TestCase
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$setup Horde_Test_Setup The test setup.

보호된 프로퍼티들

프로퍼티 타입 설명
$default_name string The default share name expected to be used.

공개 메소드들

메소드 설명
setUp ( )
setUpBeforeClass ( )
tearDown ( )
testCreateDefaultShare ( )
testDefaultShareDeletePermission ( )
testDefaultShareName ( )
testNoAutoCreate ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

tearDown() 공개 메소드

public tearDown ( )

testCreateDefaultShare() 공개 메소드

testDefaultShareDeletePermission() 공개 메소드

testDefaultShareName() 공개 메소드

testNoAutoCreate() 공개 메소드

public testNoAutoCreate ( )

프로퍼티 상세

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

The default share name expected to be used.
protected string $default_name
리턴 string

$setup 정적으로 공개적으로 프로퍼티

The test setup.
static public Horde_Test_Setup $setup
리턴 Horde_Test_Setup