Revert "Added TestCakeSession::clear() to CakeSessionTest teardown."

This reverts commit b346ac961c.
This commit is contained in:
Thomas Ploch 2012-03-24 21:43:25 +01:00
parent b346ac961c
commit 68e4e0e7ae

View file

@ -108,7 +108,7 @@ class CakeSessionTest extends CakeTestCase {
*/
public function teardown() {
if (TestCakeSession::started()) {
TestCakeSession::clear();
session_write_close();
}
unset($_SESSION);
parent::teardown();