summaryrefslogtreecommitdiff
path: root/tests/units/Core/User/UserSessionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Core/User/UserSessionTest.php')
-rw-r--r--tests/units/Core/User/UserSessionTest.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/units/Core/User/UserSessionTest.php b/tests/units/Core/User/UserSessionTest.php
index 64413f98..7e9674c0 100644
--- a/tests/units/Core/User/UserSessionTest.php
+++ b/tests/units/Core/User/UserSessionTest.php
@@ -83,15 +83,6 @@ class UserSessionTest extends Base
$this->assertFalse($us->isAdmin());
}
- public function testCommentSorting()
- {
- $us = new UserSession($this->container);
- $this->assertEquals('ASC', $us->getCommentSorting());
-
- $us->setCommentSorting('DESC');
- $this->assertEquals('DESC', $us->getCommentSorting());
- }
-
public function testBoardCollapseMode()
{
$us = new UserSession($this->container);