PHP Class NavigationTest, phpmyadmin

Inheritance: extends CommonTestCase
Datei anzeigen Open project: phpmyadmin/phpmyadmin Class Usage Examples

Protected Properties

Property Type Description
$object PMA\libraries\navigation\Navigation

Public Methods

Method Description
testGetItemUnhideDialog ( ) : void Tests getItemUnhideDialog() method.
testHideNavigationItem ( ) : void Tests hideNavigationItem() method.
testUnhideNavigationItem ( ) : void Tests unhideNavigationItem() method.

Protected Methods

Method Description
setUp ( ) : void Sets up the fixture.
tearDown ( ) : void Tears down the fixture.

Method Details

setUp() protected method

Sets up the fixture.
protected setUp ( ) : void
return void

tearDown() protected method

Tears down the fixture.
protected tearDown ( ) : void
return void

testGetItemUnhideDialog() public method

Tests getItemUnhideDialog() method.
public testGetItemUnhideDialog ( ) : void
return void

testHideNavigationItem() public method

Tests hideNavigationItem() method.
public testHideNavigationItem ( ) : void
return void

testUnhideNavigationItem() public method

Tests unhideNavigationItem() method.
public testUnhideNavigationItem ( ) : void
return void

Property Details

$object protected_oe property

protected PMA\libraries\navigation\Navigation $object
return PMA\libraries\navigation\Navigation