Symfony/Doctrine functional tests using sqlite leads to SQLSTATE[HY000]: General error: 1 near "(": syntax error – PHP Versions
I have a Symfony application that uses Doctrine and liip_test_fixtures_bundle. PHP Version: 7.4.25 Symfony Runtime Version: 5.3.11 Doctrine DBAL: 3.2.0 I set up Doctrine to use a sqlite connection for testing. When running the tests I get the following error:…