From 1ffcd797e1c39f485b5cf7e4fe2523c04bedde00 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 22 Feb 2023 22:37:54 +0100 Subject: [PATCH] caveats.md: add path of file --- doc/caveats.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/caveats.md b/doc/caveats.md index b756d98f..d2ab5648 100644 --- a/doc/caveats.md +++ b/doc/caveats.md @@ -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 ```