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;
    }