Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0b4ac commit 19ddd55Copy full SHA for 19ddd55
1 file changed
docs/index.rst
@@ -2138,6 +2138,10 @@ use the "in-memory" version of these repositories.
2138
The "in-memory" behavior was added in Foundry 2.5 and is experimental. Experimental features are not
2139
covered by the backward compatibility promise.
2140
2141
+.. warning::
2142
+
2143
+ The `PHPUnit Extension`_ for Foundry is needed to use "in-memory" behavior (along with PHPUnit ^11.4).
2144
2145
First, you need to create an "in-memory" version of your repository. This repository must implement the
2146
``Zenstruck\Foundry\InMemory\InMemoryRepository`` interface. You can use the trait
2147
``Zenstruck\Foundry\InMemory\InMemoryRepositoryTrait`` to help you with this:
0 commit comments