34 Commits

Author SHA1 Message Date
3e0731f06e
Create an symfony app's skeleton to ease the development
[WIP] first import of automated recipes

[WIP] fix configuration file to be able to compile kernel and serve route

[WIP] first build of assets

[WIP] Continue working on configuration to load a page

[WIP] Reset the bin directory

[WIP] remove default migrations files

[WIP] fix configuration for running tests

[WIP] Installation instructions

Fix the default firewall in test login

[WIP] fix cs

[WIP] update gitlab-ci

[WIP] update gitlab-ci

[WIP] update gitlab ci

[WIP] fix config for running tests

[WIP] fix gitlab ci

[WIP] try tests/bootstrap php file from symfony bridge instead of phpunit recipe

remove kernel.php file

fix loading of entrypoint.json in test

[wip] increase memory limit for phpstan in test/ci

[WIP]: set the correct timezone directly within the phpunit.xml.dist file

[WIP]: fix security configuration

WIP: fix config for testing
2024-11-22 09:45:05 +01:00
3e676c235e
remove option in phpunit.xml.dist 2024-04-04 22:37:56 +02:00
8fcdb58556
Adjust SYMFONY_DEPRECATIONS_HELPER value in phpunit.xml.dist
Modified the `SYMFONY_DEPRECATIONS_HELPER` value from 'max[direct]=0' to 'max[direct]=93' in the PHPUnit configuration file. This change allows up to 93 direct deprecations before the PHPUnit test suite will return a failure, helping to manage the process of upgrading Symfony components and maintaining compatibility.

This number of 93 match the current number of deprecations in the CI for the execution of whole tests.
2023-12-14 23:18:03 +01:00
9c17261175
update phpunit configuration file 2023-12-13 15:54:33 +01:00
582b27fbd6
remove temporarily test from ChillReportBundle suite 2023-09-12 14:45:03 +02:00
19c6e3e6ba
fix phpunit pathes 2023-09-03 15:45:27 +02:00
0711b7f84a
Fix path to budget bundle tests 2023-09-03 14:55:42 +02:00
412c55a1a5
add missing bundles to test suites 2023-09-01 17:49:09 +02:00
afa4b7ad2c
temporarily remove test suite ont activity bundle 2023-09-01 17:31:21 +02:00
37c1dfb0ba
fix tests implementing AbstractAggregatorTest 2023-09-01 15:07:37 +02:00
a197a6b418
fix tests implementing AbstractFilterTest 2023-09-01 14:21:03 +02:00
cbb89ecf35
tests do not fails if indirect deprecations 2023-09-01 10:53:27 +02:00
7c58880139
Remove usage of deprecated Role class 2023-08-31 17:08:18 +02:00
169bf3c140
Fix bootstrapping of ci: step unit_test 2023-07-22 23:51:10 +02:00
4ab4554e63
DX: embed test app inside bundle 2023-05-03 23:00:08 +02:00
03bc94178f re-implements document lock manager for wopi 2022-06-27 22:44:10 +02:00
efc3e3915b Docgen/action add missing goals 2022-01-10 09:35:26 +00:00
Pol Dellaiera
64ec3e62da
ci: Update PHPUnit behavior. 2021-12-21 15:52:47 +01:00
d0bf47e0d5 Bootstrap encoder for documents 2021-11-22 09:05:15 +00:00
d60b6aa3c4 fix phpunit 2021-09-24 16:45:24 +02:00
47d6270b7f Merge commit 'a9ce72034be03f5c84799f5982f97f515900504a' 2021-09-24 10:37:18 +02:00
6fa0d229af enable test suite for aside activity 2021-09-13 15:25:10 +02:00
ed31dc3157 enable test for calendar 2021-09-13 13:13:17 +02:00
35e0b98687 temporarily remove test for person duplicate 2021-05-31 21:16:31 +02:00
b88765c344 fix tests 2021-05-26 22:57:00 +02:00
df00ac66f5 Merge remote-tracking branch 'origin/master' into fix-person-tests 2021-05-26 22:44:45 +02:00
151e8deaeb fix some tests for person bundle 2021-05-26 22:37:37 +02:00
9a6bab7ba2 Update phpunit.xml.dist 2021-05-26 14:27:31 +00:00
c2bbee299c remove tests for person bundle 2021-05-26 13:56:42 +00:00
0a9b8ba0b0 remove test that concerns old code 2021-05-17 10:05:03 +02:00
d76f6d716f exclude tests which concerns exports for persons 2021-05-13 21:44:09 +02:00
6df8e6dec8 add person suite to phpunit 2021-05-06 15:55:02 +02:00
7426dc02cf currently restrict to chill main test suite 2021-04-27 17:18:46 +02:00
1b42656e0f bootstrap to be run on root bundle 2021-04-20 17:20:57 +02:00