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