Gush\Tests\Command\CommandTestCase::requiresRealConfigDir PHP Méthode

requiresRealConfigDir() protected méthode

This should only be done when required by test as this slows down the testing process.
protected requiresRealConfigDir ( ) : boolean
Résultat boolean return true to use a real dir rather a dummy This required for configuration storing commands.
    protected function requiresRealConfigDir()
    {
        return false;
    }