From 42b615c3b70408489983a66d143e68001c0dc5b6 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 14 May 2024 16:51:11 +0200 Subject: [PATCH] Improve readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa3f614..f888d65 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,14 @@ BootstrapPimcore::bootstrap( ); ``` -> **Note**: Don't forget to create the `tests/app` directory! +> [!IMPORTANT] +> Don't forget to create the `tests/app` directory! > ```shell > mkdir -p tests/app > echo '/var' > tests/app/.gitignore > ``` -> **Note**: +> [!NOTE] > Since the kernels of Pimcore 10 and 11 are not compatible (the signature of the method `configureContainer()` differs), > we have extended our `TestKernel` with the ability to load separate configuration files depending on the version. > Configuration that is compatible with both Pimcore versions belongs to the `config/` folder of the test app as before.