Feature #38785
The generic persistence should support the tearDown Method for resetting the database
| Status: | Resolved | Start date: | 2012-07-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Christopher Hlubek | % Done: | 100% |
|
| Category: | Persistence | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
The PersistenceManager implementation from the generic persistence did not yet implement a tearDown method to reset the storage. This is needed to benefit from the automatic reset of the test database in functional tests.
Associated revisions
[FEATURE] Support tearDown for functional tests in generic persistence
Implement a tearDown method in the generic persistence according to the
Doctrine PersistenceManager. The call is delegated to the underlying
backend.
Change-Id: I25a86d6f298424dd958518443716aef6fb177661
Resolves: #38785
Releases: 1.1, 1.2
[FEATURE] Support tearDown for functional tests in generic persistence
Implement a tearDown method in the generic persistence according to the
Doctrine PersistenceManager. The call is delegated to the underlying
backend.
Change-Id: I25a86d6f298424dd958518443716aef6fb177661
Resolves: #38785
Releases: 1.1, 1.2
History
Updated by Gerrit Code Review 11 months ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12717
Updated by Karsten Dambekalns 11 months ago
- Category set to Persistence
- Target version set to 1.1
Updated by Gerrit Code Review 11 months ago
Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/12719
Updated by Gerrit Code Review 11 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12717
Updated by Gerrit Code Review 11 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12717
Updated by Christopher Hlubek 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset af46cd9cbf1c8f6e7bb0dabd6142571ad8a7e04f.