command(new module_console_aboutAuthors('about:authors')); $command = $application['console']->find('about:authors'); $commandTester = new CommandTester($command); $commandTester->execute(array('command' => $command->getName())); $this->assertEquals( trim(file_get_contents(__DIR__ . '/../../../../AUTHORS')) , trim($commandTester->getDisplay()) ); } }