public function setUp()
 {
     parent::setUp();
     $this->factory = $this->provideTestedFactory();
     if ($this->factory instanceof ContainerAwareInterface) {
         $this->container = new ContainerBuilder();
         $this->factory->setContainer($this->container);
     }
 }