Skip to content

Commit

Permalink
[docs] remove obsolete section (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored Nov 13, 2022
1 parent 2c34baf commit 0460741
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1651,16 +1651,6 @@ You will need to configure manually Foundry. Unfortunately, this may mean duplic
The easiest work-around is to make the test an instance of ``Symfony\Bundle\FrameworkBundle\Test\KernelTestCase`` so the
container is available.

Using in Unit Tests
~~~~~~~~~~~~~~~~~~~

When using foundry in unit tests, by using ``PHPUnit\Framework\TestCase``, Foundry simply creates the object instancies
but does not try to persist them (this is also true for any object not managed by Doctrine).

You can still configure Foundry statically:



.. _stories:

Stories
Expand Down

0 comments on commit 0460741

Please sign in to comment.