aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/Lib/PermissionDescriptionTest.php
Commit message (Collapse)AuthorAgeFilesLines
* tests: Integrate the DB in "unit" tests.Harald Eilertsen2024-01-061-3/+44
|
* :white_check_mark::bulb: Add Unit Tests for AccessList class.Klaus Weidenbach2017-05-011-0/+2
| | | | Also some Doxygen docu for this class.
* :construction_worker: :arrow_up: :heavy_plus_sign: Update PHPUnit to current ↵Klaus Weidenbach2017-03-141-72/+57
| | | | | | | stable 6. Update requirements to PHP7 for dev. Add php-mock-phpunit to mock and stub global functions in a better way.
* [BUGFIX] for fromStandalonePermission().Klaus Weidenbach2016-10-201-0/+110
Not sure if this method is used anywhere, but it should not have worked correctly. This should correct it. Add a unit test for this class.