Revision b8422bb4
ID | b8422bb442b9ae9fad69a83552e4759b9382492c |
[!!!][BUGFIX] Make FunctionalTestCase usable for persistence tests
This change makes persistence tests usable with Doctrine (again).
It changes some important things: * enableTestablePersistence() has been removed * set the static property $testablePersistenceEnabled instead * persistence is now setup and torn down per testcase, not per test
See the adjusted tests for examples of needed adjustments.
Fixes: #25853
Change-Id: Ic714fe64af3fa25872a05b9f8e609ce2645c9c9f
- added
- modified
- copied
- renamed
- deleted