Directory Tests/Unit/AOP/Advice/

Directory Created:
2010-02-10 18:59
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/Tests/Unit/AOP/Advice

Lines of Code

Tests/Unit/AOP/Advice/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 146 (100.0%) 18.2
andi 2 (25.0%) 142 (97.3%) 71.0
robert 2 (25.0%) 4 (2.7%) 2.0
k-fish 4 (50.0%) 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 2 files:

  • Tests/Unit/AOP/Advice: AbstractAdviceTest.php (del), AroundAdviceTest.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 2 files:

  • Tests/Unit/AOP/Advice: AbstractAdviceTest.php (-1), AroundAdviceTest.php (-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.

4 lines of code changed in 2 files:

  • Tests/Unit/AOP/Advice: AbstractAdviceTest.php (+2 -2), AroundAdviceTest.php (+2 -2)
andi 2010-02-10 18:59 Rev.: 3823

* [+FEATURE] FLOW3 (AOP): If an advice is executed can now depend on runtime evaluations, which can be configured in the pointcut expression. Relates to #5659.
* [~BUGFIX] FLOW3 (AOP): Properties of the AOP proxy class are now prefixed by FLOW3_AOP_Proxy_. This fixes #6188.
* [~TASK] FLOW3 (AOP): Removed an unused function from the Framework class.

142 lines of code changed in 2 files:

  • Tests/Unit/AOP/Advice: AbstractAdviceTest.php (new 67), AroundAdviceTest.php (new 75)
Generated by StatSVN 0.5.0