Open FireOlex opened 1 year ago
Thanks for the report.
Whaf if you set the test
environment? Please share the output of this command:
php bin/console --env=test debug:config LiipTestFixturesBundle keep_database_and_schema
On a side note, the stack trace in this issue shows that it uses Doctrine but I don't know if this bundle is compatible with SQL server.
Thank you for your anwser. You are right with --env=test
the output is correct. Yes I also believe that the bundle is not compatible with SQL server. I did not manage to get it work.
Preconditions
Steps to reproduce
Creating config file for liip.
Expected result
When I run the debug command it should say true. And when I run my test the bundle should not try to create the table and schemas.
Actual result
When I run my test LiipTestFixtureBundle try always to create the Table and Schema and Ignores my config. I also run the command
Thes are my logs from the tests.