PHP Class Gush\Tests\BaseTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gushphp/gush Class Usage Examples

Protected Methods

Method Description
getApplication ( Config $config = null, Closure | null $helperSetManipulator = null ) : Gush\Tests\TestableApplication
getGitConfigHelper ( ) : Prophecy\Prophecy\ObjectProphecy
getGitHelper ( $isGitDir = true ) : Prophecy\Prophecy\ObjectProphecy
getNewTmpDirectory ( $name )
getProcessHelper ( ) : Prophecy\Prophecy\ObjectProphecy
setUp ( )

Method Details

getApplication() protected method

protected getApplication ( Config $config = null, Closure | null $helperSetManipulator = null ) : Gush\Tests\TestableApplication
$config Gush\Config
$helperSetManipulator Closure | null
return Gush\Tests\TestableApplication

getGitConfigHelper() protected method

protected getGitConfigHelper ( ) : Prophecy\Prophecy\ObjectProphecy
return Prophecy\Prophecy\ObjectProphecy

getGitHelper() protected method

protected getGitHelper ( $isGitDir = true ) : Prophecy\Prophecy\ObjectProphecy
return Prophecy\Prophecy\ObjectProphecy

getNewTmpDirectory() protected method

protected getNewTmpDirectory ( $name )

getProcessHelper() protected method

protected getProcessHelper ( ) : Prophecy\Prophecy\ObjectProphecy
return Prophecy\Prophecy\ObjectProphecy

setUp() protected method

protected setUp ( )