]> git.agnieray.net Git - galette.git/commit
Migrate to phpunit; closes #1674
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 14 Mar 2023 08:11:55 +0000 (09:11 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Fri, 24 Mar 2023 04:39:41 +0000 (05:39 +0100)
commita3bad072eabb2757bb6326c5f0f61db2cf58bd44
tree7cece3e1e1b192eab36df490bf5a757b7ad3a926
parentdde980cfafdff0f19d60805eead19d70743d074c
Migrate to phpunit; closes #1674

Good bye atoum :'(
61 files changed:
.github/workflows/ci-linux.yml
galette/composer.json
galette/composer.lock
galette/includes/dependencies.php
galette/lib/Galette/Core/CheckModules.php
galette/lib/Galette/IO/News.php
galette/lib/Galette/Middleware/Authenticate.php
tests/Galette/Controllers/tests/units/PdfController.php
tests/Galette/Core/tests/units/CheckModules.php
tests/Galette/Core/tests/units/Db.php
tests/Galette/Core/tests/units/Galette.php
tests/Galette/Core/tests/units/History.php
tests/Galette/Core/tests/units/I18n.php
tests/Galette/Core/tests/units/Install.php
tests/Galette/Core/tests/units/L10n.php
tests/Galette/Core/tests/units/Links.php
tests/Galette/Core/tests/units/Login.php
tests/Galette/Core/tests/units/Logo.php
tests/Galette/Core/tests/units/Password.php
tests/Galette/Core/tests/units/Picture.php
tests/Galette/Core/tests/units/Plugins.php
tests/Galette/Core/tests/units/Preferences.php
tests/Galette/Core/tests/units/PrintLogo.php
tests/Galette/DynamicFields/tests/units/Boolean.php
tests/Galette/DynamicFields/tests/units/Choice.php
tests/Galette/DynamicFields/tests/units/Date.php
tests/Galette/DynamicFields/tests/units/DynamicField.php
tests/Galette/DynamicFields/tests/units/File.php
tests/Galette/DynamicFields/tests/units/Line.php
tests/Galette/DynamicFields/tests/units/Separator.php
tests/Galette/DynamicFields/tests/units/Text.php
tests/Galette/Entity/tests/units/Adherent.php
tests/Galette/Entity/tests/units/Contribution.php
tests/Galette/Entity/tests/units/FieldsConfig.php
tests/Galette/Entity/tests/units/Group.php
tests/Galette/Entity/tests/units/ListsConfig.php
tests/Galette/Entity/tests/units/PaymentType.php
tests/Galette/Entity/tests/units/PdfModel.php
tests/Galette/Entity/tests/units/SavedSeach.php [deleted file]
tests/Galette/Entity/tests/units/SavedSearch.php [new file with mode: 0644]
tests/Galette/Entity/tests/units/Social.php
tests/Galette/Entity/tests/units/Status.php
tests/Galette/Entity/tests/units/Texts.php
tests/Galette/Entity/tests/units/Title.php
tests/Galette/Entity/tests/units/Transaction.php
tests/Galette/IO/tests/units/CsvIn.php
tests/Galette/IO/tests/units/News.php
tests/Galette/Repository/tests/units/Groups.php
tests/Galette/Repository/tests/units/Members.php
tests/Galette/Repository/tests/units/PaymentTypes.php
tests/Galette/Repository/tests/units/PdfModels.php
tests/Galette/Repository/tests/units/Reminders.php
tests/Galette/Util/tests/units/Password.php
tests/Galette/Util/tests/units/Telemetry.php
tests/GaletteTestCase.php
tests/GaletteUpdate/Core/tests/units/Install.php
tests/README
tests/TestsBootstrap.php
tests/clover.php [deleted file]
tests/coverage.php [deleted file]
tests/fixtures/translations.php