dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 61 forks source link

SQLite exceptions are not thrown #138

Closed bnymn closed 3 years ago

bnymn commented 3 years ago

Hello,

I am using sqlite for my tests. It seems like unique constraint exception is not thrown. I see that you are using mysql drive on your tests. Do you also support sqlite?

dmaicher commented 3 years ago

Yes Sqlite is also supported. Its used on the symfony demo for example with this bundle.

Also I just ran the tests of this bundle using sqlite - passes without any problems.

So can you be a bit more specific? What exactly does not work?

bnymn commented 3 years ago

I am preparing a test case, will inform you soon.

bnymn commented 3 years ago

It is working just fine :). Thank you for the awesome work! I think for some reason my migrations are not updated.