PHP Class 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
Author: Gunnar Wrobel ([email protected])
Inheritance: extends Nag_TestCase
Show file Open project: horde/horde Class Usage Examples

Public Properties

Property Type Description
$setup Horde_Test_Setup The test setup.

Protected Properties

Property Type Description
$default_name string The default share name expected to be used.

Public Methods

Method Description
setUp ( )
setUpBeforeClass ( )
tearDown ( )
testCreateDefaultShare ( )
testDefaultShareDeletePermission ( )
testDefaultShareName ( )
testNoAutoCreate ( )

Method Details

setUp() public method

public setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

tearDown() public method

public tearDown ( )

testCreateDefaultShare() public method

testDefaultShareDeletePermission() public method

testDefaultShareName() public method

testNoAutoCreate() public method

public testNoAutoCreate ( )

Property Details

$default_name protected property

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

$setup static public property

The test setup.
static public Horde_Test_Setup $setup
return Horde_Test_Setup