Feature #37470
Refactor FunctionalTestCase to extract authenticateAccount() functionality
| Status: | Resolved | Start date: | 2012-05-24 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Adrian Föder | % Done: | 100% |
|
| Category: | - Testing - | |||
| Target version: | TYPO3 Flow Base Distribution - 2.0 beta 1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | Yes | |||
| Votes: | 0 |
Description
In order to provide testability of an account authentication, it would make sense to extract that functionality from the authenticateRoles() method into a new authenticateAccount() method.
Associated revisions
[FEATURE] Extract authenticateAccount functionality
This extracts the portion that is responsible for the actual account
authentication in order to use this exclusively in own tests.
Change-Id: Ie5c417e67e5905dee9f6a82c3e950a2e63ee355d
Resolves: #37470
Releases: 1.2
History
Updated by Gerrit Code Review 12 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/11573
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/11573
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/11573
Updated by Karsten Dambekalns 11 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100