This is an automated email from git. It was generated because a ref
change was pushed to the "galette/galette.git" repository.

The branch, develop has been updated
       via  c5a0ca3aae0d47247f69056ba67ea802d0114023 (commit)
       via  a3bad072eabb2757bb6326c5f0f61db2cf58bd44 (commit)
      from  dde980cfafdff0f19d60805eead19d70743d074c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c5a0ca3aae0d47247f69056ba67ea802d0114023
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Fri Mar 24 05:49:29 2023 +0100

    Separate lint from tests
    
    Fix checker for PHP 8.2

commit a3bad072eabb2757bb6326c5f0f61db2cf58bd44
Author: Johan Cwiklinski <jo...@x-tnd.be>
Date:   Tue Mar 14 09:11:55 2023 +0100

    Migrate to phpunit; closes #1674
    
    Good bye atoum :'(

-----------------------------------------------------------------------

Summary of changes:
 .composer-require-checker.config.json              |    6 +
 .github/workflows/ci-linux.yml                     |   98 +-
 galette/composer.json                              |    4 +-
 galette/composer.lock                              | 1740 ++++++++++++++++++--
 galette/includes/dependencies.php                  |    6 +-
 galette/lib/Galette/Core/CheckModules.php          |   18 +-
 galette/lib/Galette/IO/News.php                    |   12 +-
 galette/lib/Galette/Middleware/Authenticate.php    |    4 +-
 .../Controllers/tests/units/PdfController.php      |  334 ++--
 tests/Galette/Core/tests/units/CheckModules.php    |   61 +-
 tests/Galette/Core/tests/units/Db.php              |  380 +++--
 tests/Galette/Core/tests/units/Galette.php         |   50 +-
 tests/Galette/Core/tests/units/History.php         |   33 +-
 tests/Galette/Core/tests/units/I18n.php            |   59 +-
 tests/Galette/Core/tests/units/Install.php         |  127 +-
 tests/Galette/Core/tests/units/L10n.php            |   42 +-
 tests/Galette/Core/tests/units/Links.php           |   96 +-
 tests/Galette/Core/tests/units/Login.php           |  225 +--
 tests/Galette/Core/tests/units/Logo.php            |   37 +-
 tests/Galette/Core/tests/units/Password.php        |  133 +-
 tests/Galette/Core/tests/units/Picture.php         |  104 +-
 tests/Galette/Core/tests/units/Plugins.php         |   96 +-
 tests/Galette/Core/tests/units/Preferences.php     |  246 +--
 tests/Galette/Core/tests/units/PrintLogo.php       |   26 +-
 .../Galette/DynamicFields/tests/units/Boolean.php  |   46 +-
 tests/Galette/DynamicFields/tests/units/Choice.php |   46 +-
 tests/Galette/DynamicFields/tests/units/Date.php   |   46 +-
 .../DynamicFields/tests/units/DynamicField.php     |  204 ++-
 tests/Galette/DynamicFields/tests/units/File.php   |   46 +-
 tests/Galette/DynamicFields/tests/units/Line.php   |   46 +-
 .../DynamicFields/tests/units/Separator.php        |   46 +-
 tests/Galette/DynamicFields/tests/units/Text.php   |   46 +-
 tests/Galette/Entity/tests/units/Adherent.php      |  358 ++--
 tests/Galette/Entity/tests/units/Contribution.php  |  320 ++--
 tests/Galette/Entity/tests/units/FieldsConfig.php  |  308 ++--
 tests/Galette/Entity/tests/units/Group.php         |  126 +-
 tests/Galette/Entity/tests/units/ListsConfig.php   |  144 +-
 tests/Galette/Entity/tests/units/PaymentType.php   |   43 +-
 tests/Galette/Entity/tests/units/PdfModel.php      |   92 +-
 .../units/{SavedSeach.php => SavedSearch.php}      |   39 +-
 tests/Galette/Entity/tests/units/Social.php        |   74 +-
 tests/Galette/Entity/tests/units/Status.php        |   82 +-
 tests/Galette/Entity/tests/units/Texts.php         |   14 +-
 tests/Galette/Entity/tests/units/Title.php         |   36 +-
 tests/Galette/Entity/tests/units/Transaction.php   |  246 +--
 tests/Galette/IO/tests/units/CsvIn.php             |  102 +-
 tests/Galette/IO/tests/units/News.php              |   37 +-
 tests/Galette/Repository/tests/units/Groups.php    |   57 +-
 tests/Galette/Repository/tests/units/Members.php   |  353 ++--
 .../Repository/tests/units/PaymentTypes.php        |   24 +-
 tests/Galette/Repository/tests/units/PdfModels.php |   28 +-
 tests/Galette/Repository/tests/units/Reminders.php |  153 +-
 tests/Galette/Util/tests/units/Password.php        |   67 +-
 tests/Galette/Util/tests/units/Telemetry.php       |  134 +-
 tests/GaletteTestCase.php                          |  279 ++--
 tests/GaletteUpdate/Core/tests/units/Install.php   |   26 +-
 tests/README                                       |    2 +-
 tests/TestsBootstrap.php                           |    9 +
 tests/clover.php                                   |   48 -
 tests/coverage.php                                 |   54 -
 tests/fixtures/translations.php                    |    2 +
 61 files changed, 4680 insertions(+), 3040 deletions(-)
 rename tests/Galette/Entity/tests/units/{SavedSeach.php => SavedSearch.php} 
(76%)
 delete mode 100644 tests/clover.php
 delete mode 100644 tests/coverage.php


hooks/post-receive
-- 
galette/galette.git

-- 
Galette repositories commits - http://galette.eu

List documentation: https://listengine.tuxfamily.org/lists.galette.eu/commits/

Reply via email to