Bug #45
Core ComponentObjectBuilder: Create test for different types of constructor arguments
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | Robert Lemke | % Done: | 0% |
|
| Category: | Object | |||
| Target version: | TYPO3 Flow Base Distribution - 0.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | Affected Flow version: |
Description
Currently only simple types are tested for constructor injection and probably no test exists for the optional constructor argument feature with types like array etc.
History
#1 Updated by Robert Lemke over 8 years ago
- Status changed from New to Closed
- Sprint set to fixed
(In r195)
- Core: Added some tests for injection of straight values via constructor- and setter injection. Some bugs which appeared were fixed right away. Fixes #45.