Christoph Reiter 0b8a270bbb tests: port assertEquals() with delta to assertEqualsWithDelta()
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().
2022-10-10 18:57:22 -07:00
2016-03-07 12:06:57 +01:00
2022-09-04 15:02:56 -07:00
2015-10-19 21:32:18 -04:00
2022-09-04 22:13:36 -07:00
2022-02-09 20:08:29 -08:00
2022-02-09 20:08:29 -08:00
2022-10-09 15:55:33 -07:00
2022-09-28 19:42:35 -07:00
2015-10-19 21:05:41 -04:00
2016-05-29 20:12:02 -04:00
2022-02-05 11:49:03 -08:00
2022-09-04 13:51:07 -07:00
2014-01-25 14:56:02 -05:00
2021-06-05 14:59:12 -07:00
2020-05-20 18:10:53 -07:00
2016-06-29 22:21:59 -04:00

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.

Credits

Description
No description provided
Readme 86 MiB
Languages
PHP 97.6%
JavaScript 1.5%
CSS 0.8%