Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 895 Bytes

caveats.md

File metadata and controls

26 lines (16 loc) · 895 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

You'll have to create database and update schema before running your tests on local environment or CI.

[Semantical Error] The annotation "@…" in method …::test…() was never imported

See this solution.

« Examples