Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Remove obsolete stubs from Permissions tests | Harald Eilertsen | 2024-06-14 | 1 | -20/+0 |
| | | | | These stubs are no longer needed, as the tests have a db now. | ||||
* | tests: Integrate the DB in "unit" tests. | Harald Eilertsen | 2024-01-06 | 1 | -3/+44 |
| | |||||
* | :white_check_mark::bulb: Add Unit Tests for AccessList class. | Klaus Weidenbach | 2017-05-01 | 1 | -0/+2 |
| | | | | Also some Doxygen docu for this class. | ||||
* | :construction_worker: :arrow_up: :heavy_plus_sign: Update PHPUnit to current ↵ | Klaus Weidenbach | 2017-03-14 | 1 | -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 Weidenbach | 2016-10-20 | 1 | -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. |