Browse Source

Web test runner is no more, removing session related code

Jose Lorenzo Rodriguez 12 years ago
parent
commit
a8c0a336e3
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/TestSuite/Fixture/FixtureManager.php

+ 0 - 3
src/TestSuite/Fixture/FixtureManager.php

@@ -300,9 +300,6 @@ class FixtureManager {
  * @return void
  */
 	public function shutDown() {
-		if (session_id()) {
-			session_write_close();
-		}
 		foreach ($this->_loaded as $fixture) {
 			if (!empty($fixture->created)) {
 				foreach ($fixture->created as $ds) {