function tearDown() { clearTestingDbTables(); $user = User::instance(); $user->logout(); $this->metadata_component->tally(); $this->controller->tally(); }
function tearDown() { clearTestingDbTables(); User::instance()->logout(); }
function tearDown() { clearTestingDbTables(); }