Bug #51

Two tests for AOP introductions fail

Added by Robert Lemke about 8 years ago. Updated almost 5 years ago.

Status:Closed Start date:
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

0%

Category:AOP
Target version:TYPO3 Flow Base Distribution - 0.1
PHP Version: Complexity:
Has patch: Affected Flow version:

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

#1 Updated by Robert Lemke about 8 years ago

  • 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.

#2 Updated by Robert Lemke about 8 years ago

(In r220) * Framework: Fixed a little issue with PHP6 / Reflection which caused two AOP to fail. Fixes #51.

Also available in: Atom PDF