You are here

public function PMPAPIPermissionsWebTestCase::tearDown in Public Media Platform API Integration 7

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides DrupalWebTestCase::tearDown

File

pmpapi_permissions/tests/pmpapi_permissions.test, line 61

Class

PMPAPIPermissionsWebTestCase
Tests the functionality of the PMPAPI permissions module.

Code

public function tearDown() {
  pmpapi_remove($this->testOrgGUID);
  pmpapi_remove($this->testGroupGUID);
  parent::tearDown();
}