diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-07-12 21:39:37 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-07-12 21:39:37 +0200 |
commit | 09fe271b25895c38f823fb4820cdfa9836ee9a8b (patch) | |
tree | 6589e2b1e26df7f2b2b22259cadf5c672b3b5cc4 /tests/unit/Access/AccessListTest.php | |
parent | d5c1a4998489c73acbf9121edccb1ff797331a1b (diff) | |
download | volse-hubzilla-09fe271b25895c38f823fb4820cdfa9836ee9a8b.tar.gz volse-hubzilla-09fe271b25895c38f823fb4820cdfa9836ee9a8b.tar.bz2 volse-hubzilla-09fe271b25895c38f823fb4820cdfa9836ee9a8b.zip |
tests: AccessListTests nitpicking on doc comment.
Diffstat (limited to 'tests/unit/Access/AccessListTest.php')
-rw-r--r-- | tests/unit/Access/AccessListTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/Access/AccessListTest.php b/tests/unit/Access/AccessListTest.php index 0ae024640..0952949f5 100644 --- a/tests/unit/Access/AccessListTest.php +++ b/tests/unit/Access/AccessListTest.php @@ -124,7 +124,9 @@ class AccessListTest extends UnitTestCase { */ /** - * set_from_array() calls some other functions, too which are not yet unit tested. + * The set_from_array() function calls some other functions, too which are + * not yet unit tested. + * * @uses ::perms2str * @uses ::sanitise_acl * @uses ::notags |