/** * Test the usage-string */ public function testShowHelp() { $this->expectOutputString(\Mergy\TextUI\Command::USAGE . PHP_EOL); \Mergy\TextUI\Command::showHelp(); }