protected function LintCommandTest::setUp in Lockr 7.3
File
- vendor/
symfony/ yaml/ Tests/ Command/ LintCommandTest.php, line 118
Class
- LintCommandTest
- Tests the YamlLintCommand.
Namespace
Symfony\Component\Yaml\Tests\CommandCode
protected function setUp() {
$this->files = [];
@mkdir(sys_get_temp_dir() . '/framework-yml-lint-test');
}