You are here

public function SymfonyStyleTest::inputCommandToOutputFilesProvider in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Tests/Style/SymfonyStyleTest.php \Symfony\Component\Console\Tests\Style\SymfonyStyleTest::inputCommandToOutputFilesProvider()

File

vendor/symfony/console/Tests/Style/SymfonyStyleTest.php, line 42

Class

SymfonyStyleTest

Namespace

Symfony\Component\Console\Tests\Style

Code

public function inputCommandToOutputFilesProvider() {
  $baseDir = __DIR__ . '/../Fixtures/Style/SymfonyStyle';
  return array_map(null, glob($baseDir . '/command/command_*.php'), glob($baseDir . '/output/output_*.txt'));
}