PHP Class Components_TestCase, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: horde/horde

Public Methods

Method Description
tearDown ( )

Protected Methods

Method Description
_callStrictComponents ( array $parameters = [] )
_callUnstrictComponents ( array $parameters = [] )
changeDirectory ( $path )
fileRegexpPresent ( $regex, $dir )
getActionHelp ( $action )
getComponent ( $directory, $arguments = [], $options = [] )
getComponentFactory ( $arguments = [], $options = [] )
getHelp ( )
getReleaseTask ( $name, $package )
getReleaseTasks ( )
getTemporaryDirectory ( )
lessStrict ( )
setPearGlobals ( )

Private Methods

Method Description
_callComponents ( array $parameters, $callback )
_callStrict ( array $parameters )
_callUnstrict ( array $parameters )

Method Details

_callStrictComponents() protected method

protected _callStrictComponents ( array $parameters = [] )
$parameters array

_callUnstrictComponents() protected method

protected _callUnstrictComponents ( array $parameters = [] )
$parameters array

changeDirectory() protected method

protected changeDirectory ( $path )

fileRegexpPresent() protected method

protected fileRegexpPresent ( $regex, $dir )

getActionHelp() protected method

protected getActionHelp ( $action )

getComponent() protected method

protected getComponent ( $directory, $arguments = [], $options = [] )

getComponentFactory() protected method

protected getComponentFactory ( $arguments = [], $options = [] )

getHelp() protected method

protected getHelp ( )

getReleaseTask() protected method

protected getReleaseTask ( $name, $package )

getReleaseTasks() protected method

protected getReleaseTasks ( )

getTemporaryDirectory() protected method

protected getTemporaryDirectory ( )

lessStrict() protected method

protected lessStrict ( )

setPearGlobals() protected method

protected setPearGlobals ( )

tearDown() public method

public tearDown ( )