class XliffLintCommandTest extends TestCase
{ private array
$files;
public function testGetHelp() { $command =
new XliffLintCommand();
$expected = <<<EOF
Or find all files in a bundle:
<info>php %command.full_name% @AcmeDemoBundle</info>
EOF;
$this->
assertStringContainsString($expected,
$command->
getHelp());
} public function testLintFilesFromBundleDirectory() {