Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 503 Bytes

caveats.md

File metadata and controls

18 lines (12 loc) · 503 Bytes

Caveats

Conflicts

DAMADoctrineTestBundle

Due to conflicting operations with databases, this bundle can trigger the following error with DAMADoctrineTestBundle:

Doctrine\DBAL\Driver\PDOException: SQLSTATE[42000]: Syntax error or access violation: 1305 SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist

To avoid this, disable automatic changes to database and schema:

liip_test_fixtures:
    keep_database_and_schema: true