PHP Class Gush\Tests\BaseTestCase

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: gushphp/gush Class Usage Examples

Méthodes protégées

Méthode 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 méthode

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

getGitConfigHelper() protected méthode

protected getGitConfigHelper ( ) : Prophecy\Prophecy\ObjectProphecy
Résultat Prophecy\Prophecy\ObjectProphecy

getGitHelper() protected méthode

protected getGitHelper ( $isGitDir = true ) : Prophecy\Prophecy\ObjectProphecy
Résultat Prophecy\Prophecy\ObjectProphecy

getNewTmpDirectory() protected méthode

protected getNewTmpDirectory ( $name )

getProcessHelper() protected méthode

protected getProcessHelper ( ) : Prophecy\Prophecy\ObjectProphecy
Résultat Prophecy\Prophecy\ObjectProphecy

setUp() protected méthode

protected setUp ( )