Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored May 14, 2024
1 parent 8750b9e commit 42b615c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 42b615c

Please sign in to comment.