]> git.agnieray.net Git - galette.git/commit - galette/lib/Galette/Entity/Contribution.php
Modify tests: contributions, reminders, membership
authorGuillaume AGNIERAY <dev@agnieray.net>
Mon, 7 Feb 2022 16:09:14 +0000 (17:09 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 1 Jun 2022 06:07:33 +0000 (08:07 +0200)
commite89541901276f14915c3f38da7c650083f3db354
treecf1d495485a97e0e1726bdc9f8ff810cd1ae0037
parent8cb75aa0ebe24cefacc86781baccab476dc62d32
Modify tests: contributions, reminders, membership

For upcoming changes where the actual due date will be used and displayed
instead of the next begining date ; refs #1016
And to fix reminders counts and membership filter results ; refs #1590

Fix tests using the actual due date

fixes #1016, fixes #1590

Fix replacements, messages and a color on frontend

fixes #1590
12 files changed:
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/Reminder.php
galette/lib/Galette/Features/Replacements.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Repository/Reminders.php
galette/webroot/themes/default/galette.css
tests/Galette/Core/tests/units/Links.php
tests/Galette/Entity/tests/units/Contribution.php
tests/Galette/Repository/tests/units/Members.php
tests/Galette/Repository/tests/units/Reminders.php
tests/GaletteTestCase.php