Skip to content

Commit

Permalink
Merge pull request #222 from liip/caveats.md-add-path-of-file
Browse files Browse the repository at this point in the history
caveats.md: add path of file
  • Loading branch information
alexislefebvre authored Feb 22, 2023
2 parents 45ffb8d + 1ffcd79 commit 28d88ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/caveats.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Doctrine\DBAL\Driver\PDOException: SQLSTATE[42000]: Syntax error or access viola
To avoid this, disable automatic changes to database and schema:

```
# config/packages/test/liip_fixtures.yaml
liip_test_fixtures:
keep_database_and_schema: true
```
Expand Down

0 comments on commit 28d88ec

Please sign in to comment.