Gush\Tests\Command\CommandTestCase::requiresRealConfigDir PHP Метод

requiresRealConfigDir() защищенный Метод

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