protected function setUp()
 {
     parent::setUp();
     $this->em = $this->getSqliteEntityManager();
     $this->createSchema($this->em);
     $this->modelStorage = new ModelStorage($this->em, 'Vas24x7\\WorkflowBundle\\Entity\\ModelState');
 }
 protected function setUp()
 {
     parent::setUp();
     $this->em = $this->getSqliteEntityManager();
     $this->createSchema($this->em);
 }