]> git.agnieray.net Git - galette.git/commit - tests/Galette/Entity/tests/units/PdfModel.php
Add types on test classes variables
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 29 Jan 2023 09:00:08 +0000 (10:00 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 8 Feb 2023 08:50:45 +0000 (09:50 +0100)
commit6cf1573c127cb18c46ae8662966a136dfd62bd83
tree609964d51ac6fbf3b666e356cf3d3acd131f27eb
parentd83ec27f5fc7458a9427d1322ffdae46a898c5b3
Add types on test classes variables
45 files changed:
tests/Galette/Controllers/tests/units/PdfController.php
tests/Galette/Core/tests/units/Db.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
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