Gush\Tests\Command\CommandTestCase::requiresRealConfigDir PHP Method

requiresRealConfigDir() protected method

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