function testCLIFormatter()
 {
     $cliFormatter = new CLITableFormatter();
     $formatted = $cliFormatter->format($this->funcComparison->run());
     $this->assertNotEmpty($formatted);
     $this->assertTrue(strpos($formatted, '<table') === false);
 }