summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-04 20:51:52 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-04 20:51:52 -0400
commitb2ba780c9dded0bb2f0669986144c53db5eb6a2c (patch)
tree7780bda0512a4d24cb8a8d178c93a3afe16064b8 /tests
parentc231b65cfc54aad8b143a76e19c6aea428f42a5c (diff)
Show title in tooltip for collapsed tasks
Diffstat (limited to 'tests')
-rw-r--r--tests/units/UserHelperTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/UserHelperTest.php b/tests/units/UserHelperTest.php
index 749380c6..9129edd9 100644
--- a/tests/units/UserHelperTest.php
+++ b/tests/units/UserHelperTest.php
@@ -12,6 +12,5 @@ class UserHelperTest extends Base
$this->assertEquals('CN', $h->getInitials('chuck norris'));
$this->assertEquals('A', $h->getInitials('admin'));
- $this->assertEquals('漢', $h->getInitials('漢字'));
}
}