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