Bug #51
Two tests for AOP introductions fail
| Status: | Closed | Start: | ||
| Priority: | Should have | Due date: | ||
| Assigned to: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | 0.1.0 | |||
Description
Currently these two tests fail:
test_framework_introductionDeclarationBasicallyWorks
test_framework_introductionWithoutAdviceWorks
Full description:
Failure in test_framework_introductionDeclarationBasicallyWorks Detail
/users/shared/sites/t3dev/typo3_5.0/typo3_5.0/packages/framework/tests/t3p_framework_aop_frameworktest.php:126
The method "newMethod" does not exist in the target class (T3P_TestPackage_IntroductionTargetClass). Failed asserting that <boolean:false> is identical to <boolean:true>.
Failure in test_framework_introductionWithoutAdviceWorks Detail
/users/shared/sites/t3dev/typo3_5.0/typo3_5.0/packages/framework/tests/t3p_framework_aop_frameworktest.php:139
The method "anotherMethod" does not exist in the target class (T3P_TestPackage_IntroductionTargetClass). Failed asserting that <boolean:false> is identical to <boolean:true>.
History
2007-05-16 16:45 - Robert Lemke
- Status changed from New to Closed
- Sprint set to fixed
(In r219) * Framework: Fixed a little issue with PHP6 / Reflection which caused two AOP to fail. Fixes #51.