Author: Dave Olsen, http://dmolsen.com
Author: Thomas Müller (t_mueller_stolzenhain@yahoo.de)
Inheritance: extends Symfony\Component\Console\Command\Command
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  */
 public function setUp()
 {
     $cacheAdapter = new Memory();
     $cache = new BrowscapCache($cacheAdapter);
     $this->object = new LogfileCommand('');
     $this->object->setCache($cache);
 }