Symfony Panther fails with alice bundle active

113 views Asked by At

I have a weird problem. In my Symfony project I use a Postgresql database.

If I run my panther tests all things went well.

Now I have installed this bundle hautelook/alice-bundle. As soon as I activate the ReloadDatabaseTrait in a panther test this test will fail. It fails due to a timeout on a database connection. For some reason the this bundle refuses new database connections.

I use the default settings from the alice bundle with a simple yaml file.

Anyone having a solution for this? Thanks in advance!

1

There are 1 answers

0
Mark van Haaren On

Found it the test.env has a reference to the env=test. This should be env=panther