Directory Tests/Unit/Object/Container/

Directory Created:
2010-02-22 16:17
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/Tests/Unit/Object/Container

Lines of Code

Tests/Unit/Object/Container/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 503 (100.0%) 38.6
robert 5 (38.5%) 486 (96.6%) 97.2
sebastian 2 (15.4%) 17 (3.4%) 8.5
k-fish 6 (46.2%) 0 (0.0%) 0.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 3 files:

  • Tests/Unit/Object/Container: AbstractObjectContainerTest.php (del), DynamicObjectContainerTest.php (del), ObjectContainerBuilderTest.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 3 files:

  • Tests/Unit/Object/Container: AbstractObjectContainerTest.php (-1), DynamicObjectContainerTest.php (-1), ObjectContainerBuilderTest.php (-1)
sebastian 2010-06-16 11:25 Rev.: 4517

[!!!][+FEATURE] FLOW3 (Object): The lifecycle initialization method (typically initializeObject()) is now also called after recreating an object (f.e. when it is recreated from persistent storage). Additionally, initializeObject() now gets a parameter to determine if creation or recreation took place. Resolves #8258.

17 lines of code changed in 2 files:

  • Tests/Unit/Object/Container: DynamicObjectContainerTest.php (+10 -2), ObjectContainerBuilderTest.php (+7 -1)
robert 2010-05-28 13:13 Rev.: 4337

[+FEATURE][+API] FLOW3 (Object): The Object Manager (and the object containers) now provide a method for retrieving the implementation class name by specifying the object name. Resolves #7960
[~TASK] FLOW3 (MVC): The Request object now returns the case sensitive action name, even if it has been set all lowercase by a route. That means that a route http://host/package/mycontroller/myaction will be correctly resolved to myActionAction if \F3\Package\Controller\MyController::myActionAction exists. Addresses #7243

18 lines of code changed in 1 file:

  • Tests/Unit/Object/Container: AbstractObjectContainerTest.php (+18)
robert 2010-02-24 16:26 Rev.: 3853

[~TASK] FLOW3 (Object): Test case with full coverage of the new Abstract Object Container code.

304 lines of code changed in 1 file:

  • Tests/Unit/Object/Container: AbstractObjectContainerTest.php (+304 -1)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

164 lines of code changed in 3 files:

  • Tests/Unit/Object/Container: AbstractObjectContainerTest.php (new 82), DynamicObjectContainerTest.php (new 41), ObjectContainerBuilderTest.php (new 41)
Generated by StatSVN 0.5.0