From 3f108f0c0330b5ad7f4fd166e8bfea7b9ada8b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Feb 2014 12:04:59 +0100 Subject: [PATCH] Remove not implemented session test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have no clue what should be tested here and we anyway start session in testsuite bootstrap. Signed-off-by: Michal Čihař --- test/Environment_test.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/test/Environment_test.php b/test/Environment_test.php index 1418c1cd29..38852349a0 100644 --- a/test/Environment_test.php +++ b/test/Environment_test.php @@ -68,17 +68,5 @@ class Environment_Test extends PHPUnit_Framework_TestCase ); $this->assertEquals(5, $version_parts[1]); } - - /** - * Test of session handling - * - * @return void - * - * @todo Think about this test - */ - public function testSession() - { - $this->markTestIncomplete('No session testing'); - } } ?>