assertEquals() in phpunit 9.5 no longer takes a delta parameter and has assertEqualsWithDelta() as a replacement. This means float get compared without a delta atm, and a recent phpunit release (9.5.25) has made float comparisons stricter resulting in test suite errors such as: 1) SubtaskTimeTrackingModelTest::testCalculateSubtaskTime Total spent Failed asserting that 3.3000000000000003 matches expected 3.3. tests/units/Model/SubtaskTimeTrackingModelTest.php:186 This replaces all assertEquals() calls that pass a delta value with assertEqualsWithDelta(). |
||
|---|---|---|
| .github | ||
| app | ||
| assets | ||
| data | ||
| docker | ||
| libs | ||
| plugins | ||
| tests | ||
| vendor | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .htaccess | ||
| ChangeLog | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
| Vagrantfile | ||
| cli | ||
| composer.json | ||
| composer.lock | ||
| config.default.php | ||
| docker-compose.yml | ||
| favicon.ico | ||
| index.php | ||
| jsonrpc.php | ||
| robots.txt | ||
| web.config | ||
README.md
Kanboard
Kanboard is project management software that focuses on the Kanban methodology.
This software is in maintenance mode. It doesn't mean it's abandoned, but there is no significant feature development. Pull-requests are still accepted as long as the guidelines are followed.
- Official website: https://kanboard.org/
- List of features
- Change Log
- Forum
- Official documentation: https://docs.kanboard.org/
Credits
- Main developer: Frédéric Guillot
- Contributors
- Distributed under MIT License