Yassine Guedidi
|
8d3f575c03
|
Make tests use dev database config
|
2024-01-07 20:00:30 +01:00 |
|
Yassine Guedidi
|
a6af149fa3
|
Add missing test_database_socket parameter
|
2024-01-07 17:53:07 +01:00 |
|
Yassine Guedidi
|
ccd50bca7a
|
Move enabling fosuser_registration in tests to config_test.yml
|
2024-01-07 17:53:07 +01:00 |
|
Nicolas Lœuillet
|
5e4eae42a0
|
Change public registration to false by default
|
2023-08-03 16:15:37 +02:00 |
|
Jeremy Benoist
|
0ac8089eee
|
CI workaround for PHP < 7.4 & MySQL 8
The error on PHP 7.2 & 7.3 is:
> PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]
See:
- https://stackoverflow.com/q/53066962/569101
- https://stackoverflow.com/q/52364415/569101
- https://stackoverflow.com/q/51489616/569101
- https://stackoverflow.com/q/50026939/569101
Also upgrade `actions/checkout` v3
|
2022-04-11 22:11:22 +02:00 |
|
Jeremy Benoist
|
40c01ad1d4
|
Ditch Travis to use GitHub Actions
|
2020-11-27 14:14:44 +01:00 |
|
Jeremy Benoist
|
1b6b77f029
|
Remove custom Postgres class
Because PG > 10 is now supported by DBAL >= 2.6.0
|
2018-11-28 22:04:54 +01:00 |
|
Jeremy Benoist
|
a1661af17c
|
Add custom driver & schema manager for PostgreSQL 10
|
2017-12-12 12:14:40 +01:00 |
|
adev
|
7ab5eb9508
|
Isolated tests
Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
|
2017-05-31 16:03:54 +02:00 |
|
Jeremy Benoist
|
98efffc2a6
|
Fix emoji insertion in MySQL
Switch to utf8mb4 instead of utf8 because f*** MySQL
See https://github.com/doctrine/dbal/pull/851
|
2016-10-22 13:13:07 +02:00 |
|
Jeremy Benoist
|
86732aa01c
|
Move test parameters out of parameters.yml
The end user doesn't care to about the test database.
|
2016-04-12 22:14:22 +02:00 |
|