/**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     $this->service = new ServiceManager\ServiceManager();
     $this->object = new AsseticBundle\FilterManager();
     $this->object->setServiceLocator($this->service);
 }