You are here

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\Command

Code

protected function setUp() {
  $this->files = [];
  @mkdir(sys_get_temp_dir() . '/framework-yml-lint-test');
}