@@ -124,12 +124,12 @@ class CakeSessionTest extends CakeTestCase {
*
* @return void
*/
- public function teardown() {
+ public function tearDown() {
if (TestCakeSession::started()) {
session_write_close();
}
unset($_SESSION);
- parent::teardown();
+ parent::tearDown();
/**
@@ -78,6 +78,7 @@ class FolderTest extends CakeTestCase {
rmdir(TMP . $dir);