/**
  * Check if default Finder is Symfony Filesystem component
  */
 public function testFilesystem()
 {
     $logClear = new LogClearCommand();
     $this->assertTrue($logClear->getFilesystem() instanceof Filesystem);
 }