diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-31 12:37:15 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-31 12:37:15 -0500 |
commit | 772804add8095eea9b3ec2a832c2f82fbb9a6fd5 (patch) | |
tree | 782a414d15f9091d04bcf3960a957f952958e548 /tests/units/HelperTest.php | |
parent | 66f150d887a34d2b51ff14f22d0fd41a34f8cc77 (diff) |
Acl refactoring
Diffstat (limited to 'tests/units/HelperTest.php')
-rw-r--r-- | tests/units/HelperTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/HelperTest.php b/tests/units/HelperTest.php index 72f84a24..2ae75684 100644 --- a/tests/units/HelperTest.php +++ b/tests/units/HelperTest.php @@ -13,7 +13,7 @@ class HelperTest extends Base $this->assertEquals('<p>Test</p>', $h->markdown('Test')); $this->assertEquals( - '<p>Task <a href="?controller=task&action=show&task_id=123" class="" title="" >#123</a></p>', + '<p>Task #123</p>', $h->markdown('Task #123') ); |