Exemplo n.º 1
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->UserLoginData->delete();
     $this->UserLoginData = null;
     $this->dummyPartner->delete();
     $this->dummyPartner = null;
     parent::tearDown();
 }