Example #1
0
 public function tearDown()
 {
     parent::tearDown();
     $nsdrDefinition = new NSDRDefinition();
     foreach ($this->_definitions as $key => $val) {
         $nsdrDefinition->removeByNamespace($key);
     }
     NSDR2::systemReload();
 }