protected function CustomApplication::getDefaultHelperSet in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Tests/ApplicationTest.php \Symfony\Component\Console\Tests\CustomApplication::getDefaultHelperSet()
Gets the default helper set with the helpers that should always be available.
Return value
HelperSet A HelperSet instance
Overrides Application::getDefaultHelperSet
File
- vendor/
symfony/ console/ Tests/ ApplicationTest.php, line 1041
Class
Namespace
Symfony\Component\Console\TestsCode
protected function getDefaultHelperSet() {
return new HelperSet(array(
new FormatterHelper(),
));
}