29d53c53a4
fixup! Fix configuration and usage of password hasher
2024-04-08 13:45:37 +02:00
8700352cf8
Fix configuration and usage of password hasher
2024-04-08 13:21:34 +02:00
579bd829f8
Apply rector rules: symfony up to 54
2024-04-04 23:30:25 +02:00
553fb271e4
fix container operations within tests
2024-04-04 22:26:42 +02:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-04-04 18:45:01 +02:00
d29415317b
Allow users to display news on homepage (+ configuring a dashboard homepage)
2024-03-07 21:08:00 +00:00
0081146a78
Change non-static class-level variables and methods to static in tests's data providers
...
The update modifies several test classes within the "chill-project" to change non-static class-level variables and methods to static ones. This change has been made to improve readability, performance, and to eliminate unnecessary instantiation of class objects in test scenarios. Also, flush and clear actions on the entity manager are moved to individual data providers.
2024-02-19 15:38:28 +01:00
f251e6f100
upgrade phpunit: make data provider static
2024-02-14 12:28:14 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
825cd127d1
update php-cs-fixer and rector + fix rules
2024-01-09 13:50:45 +01:00
1098bafd3d
Replaced the deprecated 'self::$container->get' with 'self::getContainer()->get' using rector
...
This change is made to comply with the new Symfony standards and to avoid deprecation warnings for future versions. The update touches various functionalities, including retrieving EntityManagerInterface instance and various service classes within the test files.
2023-12-14 23:36:56 +01:00
4a99480f50
fixup! Fix some tests
2023-12-14 23:22:48 +01:00
2dd1b7c943
Fix some tests
2023-12-14 23:05:35 +01:00
be57c96a2f
Add phonenumber to user
2023-11-16 15:12:12 +00:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
2d7bc06539
Fix CS
2023-10-02 15:02:15 +02:00
294aaf5bed
Replace the CenterControllerTest by a smoke test
...
Since that the center's admin has been replaced by a CRUD Controller, we have to adapt the test accordingly.
2023-10-02 12:52:40 +02:00
2c52a5bffa
Fix tests
2023-09-01 16:10:04 +02:00
6f11dffcbd
Remove deprecation linked to kernel shutdown
2023-08-31 18:36:37 +02:00
b85cd1b994
DX: apply rector rules for phpunit up to 90
2023-08-31 11:08:42 +02:00
1e353ed74b
Fix loading of random address reference in AddressToReferenceMatcherControllerTest.php
2023-08-25 18:26:32 +02:00
43ac6726aa
Fix selector button
2023-08-02 23:25:19 +02:00
f570fe92a5
apply rector rules
2023-07-28 02:40:02 +02:00
6d63177ff4
apply rules rector up to php82
2023-05-01 21:39:45 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
459b91001f
fix rector issues
2023-04-15 00:08:04 +02:00
19034ac1d8
Merge remote-tracking branch 'origin/master' into refactor-using-rector-202303
2023-04-15 00:07:09 +02:00
b0ac8ce5af
Merge remote-tracking branch 'origin/master' into track-address-reference-update
2023-04-12 09:45:19 +02:00
4c5dae60a8
DX: apply rector rulesets up to PHP 73
2023-03-29 22:39:11 +02:00
8177a0fcce
Feature: Provide api endpoint for reviewing addresses
...
Feature: show warning when address does not match the reference
Feature: [address] do update the address from address reference when clicked inside address details
2023-03-22 15:32:42 +01:00
71d0785ab4
Feature: add api endpoint for listing all geographical units covering an address
2023-03-22 15:32:40 +01:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25:43 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
2a5bb28210
fix typo in tests
2022-05-13 16:05:08 +02:00
a0392b9216
replace some entity shortcut by fqdn
...
* ChillPerson:Person
* ChillMain:Center
* ChillActivity:Activity
2022-04-30 00:20:18 +02:00
169d4dc41c
finalize normalization on ressources
2022-03-21 17:33:01 +01:00
a6c7c1d997
fix tests for user
2022-03-21 16:17:19 +01:00
6b1310148f
notification: fix test
2022-01-11 11:24:11 +01:00
1e0c62b09d
Merge branch 'master' into notification/completion
2022-01-05 11:15:49 +01:00
Pol Dellaiera
e2ad590310
tests: Get rid of PHPUnit deprecations.
2022-01-04 16:29:49 +01:00
8fe94bd117
notification: update comment and api endpoint for marking as read/unread
2021-12-29 17:36:14 +01:00
Pol Dellaiera
70ca203e23
fix: Fix return types in tests.
2021-12-21 15:19:36 +01:00
Pol Dellaiera
58a13d932f
fix: Fix return types in tests.
2021-12-21 15:12:15 +01:00
Pol Dellaiera
3d0be940f0
fix: Fix return types in tests.
2021-12-21 15:02:12 +01:00
nobohan
4b432c64b0
php cs fixer
2021-12-13 11:07:30 +01:00
nobohan
82c027fe2a
add the current location of the user as API point + add it in the activity location list
2021-12-13 11:04:10 +01:00
938720be52
Issue316 addresses search by postal code
2021-12-06 12:56:57 +00:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
c8195e6df5
cs: Enable more risky rules.
2021-11-30 11:28:52 +01:00